Shades of Royal Heath #A24C79
Tints of Royal Heath #A24C79
RGB
CMYK
RGB Variations
Color information
#A24C79 (or 0xA24C79) is known color: Royal Heath. HEX triplet: A2, 4C and 79. RGB value is (162,76,121). Sum of RGB (Red+Green+Blue) = 162+76+121=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 121 (47.66% from 255 or 33.70% from 359); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24C79 is #5DB386. Grayscale: #6A6A6A. Windows color (decimal): -6140807 or 7949474. OLE color: 7949474.
HSL color Cylindrical-coordinate representation of color #A24C79: hue angle of 328.6º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A24C79 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 76 | 121 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.36 |
| HSL | 328.6º | 0.36% | 0.47% | - |
| HSV(B) | 328.6º | 0.53% | 0.64% | - |
| XYZ | 20.94 | 14.23 | 19.73 | - |
| YUV | 106.84 | 135.99 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 76 | 121 | 0 | 0.53 | 0.25 | 0.36 | 328.6 | 0.36 | 0.47 |
| Hex | A2 | 4C | 79 | 0 | 35 | 19 | 24 | 149 | 24 | 2F |
| Octal | 242 | 114 | 171 | 0 | 65 | 31 | 44 | 511 | 44 | 57 |
| Binary | 10100010 | 1001100 | 1111001 | 0 | 110101 | 11001 | 100100 | 101001001 | 100100 | 101111 |
Color Harmonies of #A24C79
Complementary color
Monochromatic Colors of #A24C79
Black with #A24C79
Text Example
Text Example
White with #A24C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24C79; }
p { color: rgb(162,76,121); }
H1.HeaderClassName
{
color: #A24C79;
}
.AnyTagClassName
{
color: #A24C79;
}
</style>
background-color css
<style>
a { background-color: #A24C79; }
a { background-color: rgb(162,76,121); }
div.DivClassName
{
background-color: #A24C79;
}
.BgClassName
{
background-color: #A24C79;
}
</style>
border-color css
<style>
span { border-color: #A24C79; }
span { border-color: rgb(162,76,121); }
td.TdClassName
{
border-color: #A24C79;
}
.TagClassName
{
border-color: #A24C79;
}
</style>