Shades of Royal Heath #A24077
Tints of Royal Heath #A24077
RGB
CMYK
RGB Variations
Color information
#A24077 (or 0xA24077) is known color: Royal Heath. HEX triplet: A2, 40 and 77. RGB value is (162,64,119). Sum of RGB (Red+Green+Blue) = 162+64+119=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A24077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24077 is #5DBF88. Grayscale: #636363. Windows color (decimal): -6143881 or 7815330. OLE color: 7815330.
HSL color Cylindrical-coordinate representation of color #A24077: hue angle of 326.33º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A24077 is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 64 | 119 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.36 |
| HSL | 326.33º | 0.43% | 0.44% | - |
| HSV(B) | 326.33º | 0.6% | 0.64% | - |
| XYZ | 20.06 | 12.68 | 18.84 | - |
| YUV | 99.57 | 138.97 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 64 | 119 | 0 | 0.60 | 0.27 | 0.36 | 326.33 | 0.43 | 0.44 |
| Hex | A2 | 40 | 77 | 0 | 3C | 1B | 24 | 146 | 2B | 2C |
| Octal | 242 | 100 | 167 | 0 | 74 | 33 | 44 | 506 | 53 | 54 |
| Binary | 10100010 | 1000000 | 1110111 | 0 | 111100 | 11011 | 100100 | 101000110 | 101011 | 101100 |
Color Harmonies of #A24077
Complementary color
Monochromatic Colors of #A24077
Black with #A24077
Text Example
Text Example
White with #A24077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24077; }
p { color: rgb(162,64,119); }
H1.HeaderClassName
{
color: #A24077;
}
.AnyTagClassName
{
color: #A24077;
}
</style>
background-color css
<style>
a { background-color: #A24077; }
a { background-color: rgb(162,64,119); }
div.DivClassName
{
background-color: #A24077;
}
.BgClassName
{
background-color: #A24077;
}
</style>
border-color css
<style>
span { border-color: #A24077; }
span { border-color: rgb(162,64,119); }
td.TdClassName
{
border-color: #A24077;
}
.TagClassName
{
border-color: #A24077;
}
</style>