Shades of Royal Heath #A9507C
Tints of Royal Heath #A9507C
RGB
CMYK
RGB Variations
Color information
#A9507C (or 0xA9507C) is known color: Royal Heath. HEX triplet: A9, 50 and 7C. RGB value is (169,80,124). Sum of RGB (Red+Green+Blue) = 169+80+124=373 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.31% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 169 - color contains mainly: red. Hex color #A9507C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9507C is #56AF83. Grayscale: #6F6F6F. Windows color (decimal): -5681028 or 8147113. OLE color: 8147113.
HSL color Cylindrical-coordinate representation of color #A9507C: hue angle of 330.34º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A9507C is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 80 | 124 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.34 |
| HSL | 330.34º | 0.36% | 0.49% | - |
| HSV(B) | 330.34º | 0.53% | 0.66% | - |
| XYZ | 22.87 | 15.63 | 20.88 | - |
| YUV | 111.63 | 134.99 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 80 | 124 | 0 | 0.53 | 0.27 | 0.34 | 330.34 | 0.36 | 0.49 |
| Hex | A9 | 50 | 7C | 0 | 35 | 1B | 22 | 14A | 24 | 31 |
| Octal | 251 | 120 | 174 | 0 | 65 | 33 | 42 | 512 | 44 | 61 |
| Binary | 10101001 | 1010000 | 1111100 | 0 | 110101 | 11011 | 100010 | 101001010 | 100100 | 110001 |
Color Harmonies of #A9507C
Complementary color
Monochromatic Colors of #A9507C
Black with #A9507C
Text Example
Text Example
White with #A9507C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9507C; }
p { color: rgb(169,80,124); }
H1.HeaderClassName
{
color: #A9507C;
}
.AnyTagClassName
{
color: #A9507C;
}
</style>
background-color css
<style>
a { background-color: #A9507C; }
a { background-color: rgb(169,80,124); }
div.DivClassName
{
background-color: #A9507C;
}
.BgClassName
{
background-color: #A9507C;
}
</style>
border-color css
<style>
span { border-color: #A9507C; }
span { border-color: rgb(169,80,124); }
td.TdClassName
{
border-color: #A9507C;
}
.TagClassName
{
border-color: #A9507C;
}
</style>