Shades of Royal Heath #A9527B
Tints of Royal Heath #A9527B
RGB
CMYK
RGB Variations
Color information
#A9527B (or 0xA9527B) is known color: Royal Heath. HEX triplet: A9, 52 and 7B. RGB value is (169,82,123). Sum of RGB (Red+Green+Blue) = 169+82+123=374 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.19% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 169 - color contains mainly: red. Hex color #A9527B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9527B is #56AD84. Grayscale: #707070. Windows color (decimal): -5680517 or 8082089. OLE color: 8082089.
HSL color Cylindrical-coordinate representation of color #A9527B: hue angle of 331.72º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A9527B is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 82 | 123 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.34 |
| HSL | 331.72º | 0.35% | 0.49% | - |
| HSV(B) | 331.72º | 0.51% | 0.66% | - |
| XYZ | 22.95 | 15.9 | 20.6 | - |
| YUV | 112.69 | 133.82 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 82 | 123 | 0 | 0.51 | 0.27 | 0.34 | 331.72 | 0.35 | 0.49 |
| Hex | A9 | 52 | 7B | 0 | 33 | 1B | 22 | 14C | 23 | 31 |
| Octal | 251 | 122 | 173 | 0 | 63 | 33 | 42 | 514 | 43 | 61 |
| Binary | 10101001 | 1010010 | 1111011 | 0 | 110011 | 11011 | 100010 | 101001100 | 100011 | 110001 |
Color Harmonies of #A9527B
Complementary color
Monochromatic Colors of #A9527B
Black with #A9527B
Text Example
Text Example
White with #A9527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9527B; }
p { color: rgb(169,82,123); }
H1.HeaderClassName
{
color: #A9527B;
}
.AnyTagClassName
{
color: #A9527B;
}
</style>
background-color css
<style>
a { background-color: #A9527B; }
a { background-color: rgb(169,82,123); }
div.DivClassName
{
background-color: #A9527B;
}
.BgClassName
{
background-color: #A9527B;
}
</style>
border-color css
<style>
span { border-color: #A9527B; }
span { border-color: rgb(169,82,123); }
td.TdClassName
{
border-color: #A9527B;
}
.TagClassName
{
border-color: #A9527B;
}
</style>