Shades of Royal Heath #A94971
Tints of Royal Heath #A94971
RGB
CMYK
RGB Variations
Color information
#A94971 (or 0xA94971) is known color: Royal Heath. HEX triplet: A9, 49 and 71. RGB value is (169,73,113). Sum of RGB (Red+Green+Blue) = 169+73+113=355 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.61% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 169 - color contains mainly: red. Hex color #A94971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94971 is #56B68E. Grayscale: #6A6A6A. Windows color (decimal): -5682831 or 7424425. OLE color: 7424425.
HSL color Cylindrical-coordinate representation of color #A94971: hue angle of 335º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A94971 is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 73 | 113 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.34 |
| HSL | 335º | 0.4% | 0.47% | - |
| HSV(B) | 335º | 0.57% | 0.66% | - |
| XYZ | 21.73 | 14.39 | 17.26 | - |
| YUV | 106.26 | 131.8 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 73 | 113 | 0 | 0.57 | 0.33 | 0.34 | 335 | 0.4 | 0.47 |
| Hex | A9 | 49 | 71 | 0 | 39 | 21 | 22 | 14F | 28 | 2F |
| Octal | 251 | 111 | 161 | 0 | 71 | 41 | 42 | 517 | 50 | 57 |
| Binary | 10101001 | 1001001 | 1110001 | 0 | 111001 | 100001 | 100010 | 101001111 | 101000 | 101111 |
Color Harmonies of #A94971
Complementary color
Monochromatic Colors of #A94971
Black with #A94971
Text Example
Text Example
White with #A94971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94971; }
p { color: rgb(169,73,113); }
H1.HeaderClassName
{
color: #A94971;
}
.AnyTagClassName
{
color: #A94971;
}
</style>
background-color css
<style>
a { background-color: #A94971; }
a { background-color: rgb(169,73,113); }
div.DivClassName
{
background-color: #A94971;
}
.BgClassName
{
background-color: #A94971;
}
</style>
border-color css
<style>
span { border-color: #A94971; }
span { border-color: rgb(169,73,113); }
td.TdClassName
{
border-color: #A94971;
}
.TagClassName
{
border-color: #A94971;
}
</style>