Shades of Royal Heath #A94077
Tints of Royal Heath #A94077
RGB
CMYK
RGB Variations
Color information
#A94077 (or 0xA94077) is known color: Royal Heath. HEX triplet: A9, 40 and 77. RGB value is (169,64,119). Sum of RGB (Red+Green+Blue) = 169+64+119=352 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.01% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 119 (46.88% from 255 or 33.81% from 352); Max value from RGB is 169 - color contains mainly: red. Hex color #A94077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94077 is #56BF88. Grayscale: #656565. Windows color (decimal): -5685129 or 7815337. OLE color: 7815337.
HSL color Cylindrical-coordinate representation of color #A94077: hue angle of 328.57º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A94077 is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 64 | 119 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.34 |
| HSL | 328.57º | 0.45% | 0.46% | - |
| HSV(B) | 328.57º | 0.62% | 0.66% | - |
| XYZ | 21.53 | 13.43 | 18.91 | - |
| YUV | 101.67 | 137.79 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 64 | 119 | 0 | 0.62 | 0.30 | 0.34 | 328.57 | 0.45 | 0.46 |
| Hex | A9 | 40 | 77 | 0 | 3E | 1E | 22 | 149 | 2D | 2E |
| Octal | 251 | 100 | 167 | 0 | 76 | 36 | 42 | 511 | 55 | 56 |
| Binary | 10101001 | 1000000 | 1110111 | 0 | 111110 | 11110 | 100010 | 101001001 | 101101 | 101110 |
Color Harmonies of #A94077
Complementary color
Monochromatic Colors of #A94077
Black with #A94077
Text Example
Text Example
White with #A94077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94077; }
p { color: rgb(169,64,119); }
H1.HeaderClassName
{
color: #A94077;
}
.AnyTagClassName
{
color: #A94077;
}
</style>
background-color css
<style>
a { background-color: #A94077; }
a { background-color: rgb(169,64,119); }
div.DivClassName
{
background-color: #A94077;
}
.BgClassName
{
background-color: #A94077;
}
</style>
border-color css
<style>
span { border-color: #A94077; }
span { border-color: rgb(169,64,119); }
td.TdClassName
{
border-color: #A94077;
}
.TagClassName
{
border-color: #A94077;
}
</style>