20.1.2.3.32 srgbClr

This element specifies a color using the red, green, blue RGB color model. Red, green, and blue is expressed as sequence of hex digits, RRGGBB. A perceptual gamma of 2.2 is used.

Specifies the level of red as expressed by a percentage offset increase or decrease relative to the input color.

[Example: The following represent the same color

<a:solidFill>
  <a:scrgbClr r="50%" g="50%" b="50%"/>
</a:solidFill>
<a:solidFill>
  <a:srgbClr val="BCBCBC"/>
</a:solidFill>

Attributes

val (Value)

The possible values for this attribute are defined by the ST_HexColorRGB simple type (22.9.2.5).

[Note: The W3C XML Schema definition of this element’s content model (CT_SRgbColor) is located in A.4.1. end note]

Last updated on