Shades of Royal Heath #A24A80
Tints of Royal Heath #A24A80
RGB
CMYK
RGB Variations
Color information
#A24A80 (or 0xA24A80) is known color: Royal Heath. HEX triplet: A2, 4A and 80. RGB value is (162,74,128). Sum of RGB (Red+Green+Blue) = 162+74+128=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 74 (29.30% from 255 or 20.33% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24A80 is #5DB57F. Grayscale: #6A6A6A. Windows color (decimal): -6141312 or 8407714. OLE color: 8407714.
HSL color Cylindrical-coordinate representation of color #A24A80: hue angle of 323.18º 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 #A24A80 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 74 | 128 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.36 |
| HSL | 323.18º | 0.37% | 0.46% | - |
| HSV(B) | 323.18º | 0.54% | 0.64% | - |
| XYZ | 21.25 | 14.14 | 22.03 | - |
| YUV | 106.47 | 140.15 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 74 | 128 | 0 | 0.54 | 0.21 | 0.36 | 323.18 | 0.37 | 0.46 |
| Hex | A2 | 4A | 80 | 0 | 36 | 15 | 24 | 143 | 25 | 2E |
| Octal | 242 | 112 | 200 | 0 | 66 | 25 | 44 | 503 | 45 | 56 |
| Binary | 10100010 | 1001010 | 10000000 | 0 | 110110 | 10101 | 100100 | 101000011 | 100101 | 101110 |
Color Harmonies of #A24A80
Complementary color
Monochromatic Colors of #A24A80
Black with #A24A80
Text Example
Text Example
White with #A24A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24A80; }
p { color: rgb(162,74,128); }
H1.HeaderClassName
{
color: #A24A80;
}
.AnyTagClassName
{
color: #A24A80;
}
</style>
background-color css
<style>
a { background-color: #A24A80; }
a { background-color: rgb(162,74,128); }
div.DivClassName
{
background-color: #A24A80;
}
.BgClassName
{
background-color: #A24A80;
}
</style>
border-color css
<style>
span { border-color: #A24A80; }
span { border-color: rgb(162,74,128); }
td.TdClassName
{
border-color: #A24A80;
}
.TagClassName
{
border-color: #A24A80;
}
</style>