Shades of Royal Heath #A24E76
Tints of Royal Heath #A24E76
RGB
CMYK
RGB Variations
Color information
#A24E76 (or 0xA24E76) is known color: Royal Heath. HEX triplet: A2, 4E and 76. RGB value is (162,78,118). Sum of RGB (Red+Green+Blue) = 162+78+118=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 78 (30.86% from 255 or 21.79% from 358); Blue value is 118 (46.48% from 255 or 32.96% from 358); Max value from RGB is 162 - color contains mainly: red. Hex color #A24E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A24E76 is #5DB189. Grayscale: #6B6B6B. Windows color (decimal): -6140298 or 7753378. OLE color: 7753378.
HSL color Cylindrical-coordinate representation of color #A24E76: hue angle of 331.43º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A24E76 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 78 | 118 | - |
| CMYK | 0 | 0.52 | 0.27 | 0.36 |
| HSL | 331.43º | 0.35% | 0.47% | - |
| HSV(B) | 331.43º | 0.52% | 0.64% | - |
| XYZ | 20.89 | 14.44 | 18.83 | - |
| YUV | 107.68 | 133.83 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 78 | 118 | 0 | 0.52 | 0.27 | 0.36 | 331.43 | 0.35 | 0.47 |
| Hex | A2 | 4E | 76 | 0 | 34 | 1B | 24 | 14B | 23 | 2F |
| Octal | 242 | 116 | 166 | 0 | 64 | 33 | 44 | 513 | 43 | 57 |
| Binary | 10100010 | 1001110 | 1110110 | 0 | 110100 | 11011 | 100100 | 101001011 | 100011 | 101111 |
Color Harmonies of #A24E76
Complementary color
Monochromatic Colors of #A24E76
Black with #A24E76
Text Example
Text Example
White with #A24E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24E76; }
p { color: rgb(162,78,118); }
H1.HeaderClassName
{
color: #A24E76;
}
.AnyTagClassName
{
color: #A24E76;
}
</style>
background-color css
<style>
a { background-color: #A24E76; }
a { background-color: rgb(162,78,118); }
div.DivClassName
{
background-color: #A24E76;
}
.BgClassName
{
background-color: #A24E76;
}
</style>
border-color css
<style>
span { border-color: #A24E76; }
span { border-color: rgb(162,78,118); }
td.TdClassName
{
border-color: #A24E76;
}
.TagClassName
{
border-color: #A24E76;
}
</style>