Shades of Royal Heath #A24877
Tints of Royal Heath #A24877
RGB
CMYK
RGB Variations
Color information
#A24877 (or 0xA24877) is known color: Royal Heath. HEX triplet: A2, 48 and 77. RGB value is (162,72,119). Sum of RGB (Red+Green+Blue) = 162+72+119=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 72 (28.52% from 255 or 20.40% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 162 - color contains mainly: red. Hex color #A24877 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24877 is #5DB788. Grayscale: #686868. Windows color (decimal): -6141833 or 7817378. OLE color: 7817378.
HSL color Cylindrical-coordinate representation of color #A24877: hue angle of 328.67º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A24877 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 72 | 119 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.36 |
| HSL | 328.67º | 0.38% | 0.46% | - |
| HSV(B) | 328.67º | 0.56% | 0.64% | - |
| XYZ | 20.55 | 13.65 | 19 | - |
| YUV | 104.27 | 136.32 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 72 | 119 | 0 | 0.56 | 0.27 | 0.36 | 328.67 | 0.38 | 0.46 |
| Hex | A2 | 48 | 77 | 0 | 38 | 1B | 24 | 149 | 26 | 2E |
| Octal | 242 | 110 | 167 | 0 | 70 | 33 | 44 | 511 | 46 | 56 |
| Binary | 10100010 | 1001000 | 1110111 | 0 | 111000 | 11011 | 100100 | 101001001 | 100110 | 101110 |
Color Harmonies of #A24877
Complementary color
Monochromatic Colors of #A24877
Black with #A24877
Text Example
Text Example
White with #A24877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24877; }
p { color: rgb(162,72,119); }
H1.HeaderClassName
{
color: #A24877;
}
.AnyTagClassName
{
color: #A24877;
}
</style>
background-color css
<style>
a { background-color: #A24877; }
a { background-color: rgb(162,72,119); }
div.DivClassName
{
background-color: #A24877;
}
.BgClassName
{
background-color: #A24877;
}
</style>
border-color css
<style>
span { border-color: #A24877; }
span { border-color: rgb(162,72,119); }
td.TdClassName
{
border-color: #A24877;
}
.TagClassName
{
border-color: #A24877;
}
</style>