Shades of Royal Heath #A24A81
Tints of Royal Heath #A24A81
RGB
CMYK
RGB Variations
Color information
#A24A81 (or 0xA24A81) is known color: Royal Heath. HEX triplet: A2, 4A and 81. RGB value is (162,74,129). Sum of RGB (Red+Green+Blue) = 162+74+129=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 74 (29.30% from 255 or 20.27% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24A81 is #5DB57E. Grayscale: #6A6A6A. Windows color (decimal): -6141311 or 8473250. OLE color: 8473250.
HSL color Cylindrical-coordinate representation of color #A24A81: hue angle of 322.5º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A24A81 is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 74 | 129 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.36 |
| HSL | 322.5º | 0.37% | 0.46% | - |
| HSV(B) | 322.5º | 0.54% | 0.64% | - |
| XYZ | 21.31 | 14.16 | 22.38 | - |
| YUV | 106.58 | 140.65 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 74 | 129 | 0 | 0.54 | 0.20 | 0.36 | 322.5 | 0.37 | 0.46 |
| Hex | A2 | 4A | 81 | 0 | 36 | 14 | 24 | 142 | 25 | 2E |
| Octal | 242 | 112 | 201 | 0 | 66 | 24 | 44 | 502 | 45 | 56 |
| Binary | 10100010 | 1001010 | 10000001 | 0 | 110110 | 10100 | 100100 | 101000010 | 100101 | 101110 |
Color Harmonies of #A24A81
Complementary color
Monochromatic Colors of #A24A81
Black with #A24A81
Text Example
Text Example
White with #A24A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24A81; }
p { color: rgb(162,74,129); }
H1.HeaderClassName
{
color: #A24A81;
}
.AnyTagClassName
{
color: #A24A81;
}
</style>
background-color css
<style>
a { background-color: #A24A81; }
a { background-color: rgb(162,74,129); }
div.DivClassName
{
background-color: #A24A81;
}
.BgClassName
{
background-color: #A24A81;
}
</style>
border-color css
<style>
span { border-color: #A24A81; }
span { border-color: rgb(162,74,129); }
td.TdClassName
{
border-color: #A24A81;
}
.TagClassName
{
border-color: #A24A81;
}
</style>