Shades of Royal Heath #A24680
Tints of Royal Heath #A24680
RGB
CMYK
RGB Variations
Color information
#A24680 (or 0xA24680) is known color: Royal Heath. HEX triplet: A2, 46 and 80. RGB value is (162,70,128). Sum of RGB (Red+Green+Blue) = 162+70+128=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 70 (27.73% from 255 or 19.44% from 360); Blue value is 128 (50.39% from 255 or 35.56% from 360); Max value from RGB is 162 - color contains mainly: red. Hex color #A24680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24680 is #5DB97F. Grayscale: #676767. Windows color (decimal): -6142336 or 8406690. OLE color: 8406690.
HSL color Cylindrical-coordinate representation of color #A24680: hue angle of 322.17º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A24680 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 70 | 128 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.36 |
| HSL | 322.17º | 0.4% | 0.45% | - |
| HSV(B) | 322.17º | 0.57% | 0.64% | - |
| XYZ | 20.99 | 13.62 | 21.94 | - |
| YUV | 104.12 | 141.48 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 70 | 128 | 0 | 0.57 | 0.21 | 0.36 | 322.17 | 0.4 | 0.45 |
| Hex | A2 | 46 | 80 | 0 | 39 | 15 | 24 | 142 | 28 | 2D |
| Octal | 242 | 106 | 200 | 0 | 71 | 25 | 44 | 502 | 50 | 55 |
| Binary | 10100010 | 1000110 | 10000000 | 0 | 111001 | 10101 | 100100 | 101000010 | 101000 | 101101 |
Color Harmonies of #A24680
Complementary color
Monochromatic Colors of #A24680
Black with #A24680
Text Example
Text Example
White with #A24680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24680; }
p { color: rgb(162,70,128); }
H1.HeaderClassName
{
color: #A24680;
}
.AnyTagClassName
{
color: #A24680;
}
</style>
background-color css
<style>
a { background-color: #A24680; }
a { background-color: rgb(162,70,128); }
div.DivClassName
{
background-color: #A24680;
}
.BgClassName
{
background-color: #A24680;
}
</style>
border-color css
<style>
span { border-color: #A24680; }
span { border-color: rgb(162,70,128); }
td.TdClassName
{
border-color: #A24680;
}
.TagClassName
{
border-color: #A24680;
}
</style>