Shades of Royal Heath #A24279
Tints of Royal Heath #A24279
RGB
CMYK
RGB Variations
Color information
#A24279 (or 0xA24279) is known color: Royal Heath. HEX triplet: A2, 42 and 79. RGB value is (162,66,121). Sum of RGB (Red+Green+Blue) = 162+66+121=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 121 (47.66% from 255 or 34.67% from 349); Max value from RGB is 162 - color contains mainly: red. Hex color #A24279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24279 is #5DBD86. Grayscale: #646464. Windows color (decimal): -6143367 or 7946914. OLE color: 7946914.
HSL color Cylindrical-coordinate representation of color #A24279: hue angle of 325.62º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A24279 is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 66 | 121 | - |
| CMYK | 0 | 0.59 | 0.25 | 0.36 |
| HSL | 325.63º | 0.42% | 0.45% | - |
| HSV(B) | 325.63º | 0.59% | 0.64% | - |
| XYZ | 20.3 | 12.96 | 19.52 | - |
| YUV | 100.97 | 139.3 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 66 | 121 | 0 | 0.59 | 0.25 | 0.36 | 325.63 | 0.42 | 0.45 |
| Hex | A2 | 42 | 79 | 0 | 3B | 19 | 24 | 146 | 2A | 2D |
| Octal | 242 | 102 | 171 | 0 | 73 | 31 | 44 | 506 | 52 | 55 |
| Binary | 10100010 | 1000010 | 1111001 | 0 | 111011 | 11001 | 100100 | 101000110 | 101010 | 101101 |
Color Harmonies of #A24279
Complementary color
Monochromatic Colors of #A24279
Black with #A24279
Text Example
Text Example
White with #A24279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24279; }
p { color: rgb(162,66,121); }
H1.HeaderClassName
{
color: #A24279;
}
.AnyTagClassName
{
color: #A24279;
}
</style>
background-color css
<style>
a { background-color: #A24279; }
a { background-color: rgb(162,66,121); }
div.DivClassName
{
background-color: #A24279;
}
.BgClassName
{
background-color: #A24279;
}
</style>
border-color css
<style>
span { border-color: #A24279; }
span { border-color: rgb(162,66,121); }
td.TdClassName
{
border-color: #A24279;
}
.TagClassName
{
border-color: #A24279;
}
</style>