Shades of Royal Heath #A9507F
Tints of Royal Heath #A9507F
RGB
CMYK
RGB Variations
Color information
#A9507F (or 0xA9507F) is known color: Royal Heath. HEX triplet: A9, 50 and 7F. RGB value is (169,80,127). Sum of RGB (Red+Green+Blue) = 169+80+127=376 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.95% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 169 - color contains mainly: red. Hex color #A9507F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9507F is #56AF80. Grayscale: #6F6F6F. Windows color (decimal): -5681025 or 8343721. OLE color: 8343721.
HSL color Cylindrical-coordinate representation of color #A9507F: hue angle of 328.31º 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 #A9507F is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 80 | 127 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.34 |
| HSL | 328.31º | 0.36% | 0.49% | - |
| HSV(B) | 328.31º | 0.53% | 0.66% | - |
| XYZ | 23.06 | 15.7 | 21.89 | - |
| YUV | 111.97 | 136.49 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 80 | 127 | 0 | 0.53 | 0.25 | 0.34 | 328.31 | 0.36 | 0.49 |
| Hex | A9 | 50 | 7F | 0 | 35 | 19 | 22 | 148 | 24 | 31 |
| Octal | 251 | 120 | 177 | 0 | 65 | 31 | 42 | 510 | 44 | 61 |
| Binary | 10101001 | 1010000 | 1111111 | 0 | 110101 | 11001 | 100010 | 101001000 | 100100 | 110001 |
Color Harmonies of #A9507F
Complementary color
Monochromatic Colors of #A9507F
Black with #A9507F
Text Example
Text Example
White with #A9507F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9507F; }
p { color: rgb(169,80,127); }
H1.HeaderClassName
{
color: #A9507F;
}
.AnyTagClassName
{
color: #A9507F;
}
</style>
background-color css
<style>
a { background-color: #A9507F; }
a { background-color: rgb(169,80,127); }
div.DivClassName
{
background-color: #A9507F;
}
.BgClassName
{
background-color: #A9507F;
}
</style>
border-color css
<style>
span { border-color: #A9507F; }
span { border-color: rgb(169,80,127); }
td.TdClassName
{
border-color: #A9507F;
}
.TagClassName
{
border-color: #A9507F;
}
</style>