Shades of Royal Heath #A24972
Tints of Royal Heath #A24972
RGB
CMYK
RGB Variations
Color information
#A24972 (or 0xA24972) is known color: Royal Heath. HEX triplet: A2, 49 and 72. RGB value is (162,73,114). Sum of RGB (Red+Green+Blue) = 162+73+114=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 73 (28.91% from 255 or 20.92% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 162 - color contains mainly: red. Hex color #A24972 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24972 is #5DB68D. Grayscale: #686868. Windows color (decimal): -6141582 or 7489954. OLE color: 7489954.
HSL color Cylindrical-coordinate representation of color #A24972: hue angle of 332.36º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A24972 is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 73 | 114 | - |
| CMYK | 0 | 0.55 | 0.30 | 0.36 |
| HSL | 332.36º | 0.38% | 0.46% | - |
| HSV(B) | 332.36º | 0.55% | 0.64% | - |
| XYZ | 20.32 | 13.66 | 17.49 | - |
| YUV | 104.29 | 133.49 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 73 | 114 | 0 | 0.55 | 0.30 | 0.36 | 332.36 | 0.38 | 0.46 |
| Hex | A2 | 49 | 72 | 0 | 37 | 1E | 24 | 14C | 26 | 2E |
| Octal | 242 | 111 | 162 | 0 | 67 | 36 | 44 | 514 | 46 | 56 |
| Binary | 10100010 | 1001001 | 1110010 | 0 | 110111 | 11110 | 100100 | 101001100 | 100110 | 101110 |
Color Harmonies of #A24972
Complementary color
Monochromatic Colors of #A24972
Black with #A24972
Text Example
Text Example
White with #A24972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24972; }
p { color: rgb(162,73,114); }
H1.HeaderClassName
{
color: #A24972;
}
.AnyTagClassName
{
color: #A24972;
}
</style>
background-color css
<style>
a { background-color: #A24972; }
a { background-color: rgb(162,73,114); }
div.DivClassName
{
background-color: #A24972;
}
.BgClassName
{
background-color: #A24972;
}
</style>
border-color css
<style>
span { border-color: #A24972; }
span { border-color: rgb(162,73,114); }
td.TdClassName
{
border-color: #A24972;
}
.TagClassName
{
border-color: #A24972;
}
</style>