Shades of Royal Heath #A9467F
Tints of Royal Heath #A9467F
RGB
CMYK
RGB Variations
Color information
#A9467F (or 0xA9467F) is known color: Royal Heath. HEX triplet: A9, 46 and 7F. RGB value is (169,70,127). Sum of RGB (Red+Green+Blue) = 169+70+127=366 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.17% from 366); Green value is 70 (27.73% from 255 or 19.13% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 169 - color contains mainly: red. Hex color #A9467F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9467F is #56B980. Grayscale: #696969. Windows color (decimal): -5683585 or 8341161. OLE color: 8341161.
HSL color Cylindrical-coordinate representation of color #A9467F: hue angle of 325.45º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A9467F is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 70 | 127 | - |
| CMYK | 0 | 0.59 | 0.25 | 0.34 |
| HSL | 325.45º | 0.41% | 0.47% | - |
| HSV(B) | 325.45º | 0.59% | 0.66% | - |
| XYZ | 22.38 | 14.35 | 21.67 | - |
| YUV | 106.1 | 139.8 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 70 | 127 | 0 | 0.59 | 0.25 | 0.34 | 325.45 | 0.41 | 0.47 |
| Hex | A9 | 46 | 7F | 0 | 3B | 19 | 22 | 145 | 29 | 2F |
| Octal | 251 | 106 | 177 | 0 | 73 | 31 | 42 | 505 | 51 | 57 |
| Binary | 10101001 | 1000110 | 1111111 | 0 | 111011 | 11001 | 100010 | 101000101 | 101001 | 101111 |
Color Harmonies of #A9467F
Complementary color
Monochromatic Colors of #A9467F
Black with #A9467F
Text Example
Text Example
White with #A9467F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9467F; }
p { color: rgb(169,70,127); }
H1.HeaderClassName
{
color: #A9467F;
}
.AnyTagClassName
{
color: #A9467F;
}
</style>
background-color css
<style>
a { background-color: #A9467F; }
a { background-color: rgb(169,70,127); }
div.DivClassName
{
background-color: #A9467F;
}
.BgClassName
{
background-color: #A9467F;
}
</style>
border-color css
<style>
span { border-color: #A9467F; }
span { border-color: rgb(169,70,127); }
td.TdClassName
{
border-color: #A9467F;
}
.TagClassName
{
border-color: #A9467F;
}
</style>