Shades of Royal Heath #A24980
Tints of Royal Heath #A24980
RGB
CMYK
RGB Variations
Color information
#A24980 (or 0xA24980) is known color: Royal Heath. HEX triplet: A2, 49 and 80. RGB value is (162,73,128). Sum of RGB (Red+Green+Blue) = 162+73+128=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 162 - color contains mainly: red. Hex color #A24980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24980 is #5DB67F. Grayscale: #696969. Windows color (decimal): -6141568 or 8407458. OLE color: 8407458.
HSL color Cylindrical-coordinate representation of color #A24980: hue angle of 322.92º 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 #A24980 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 73 | 128 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.36 |
| HSL | 322.92º | 0.38% | 0.46% | - |
| HSV(B) | 322.92º | 0.55% | 0.64% | - |
| XYZ | 21.18 | 14 | 22.01 | - |
| YUV | 105.88 | 140.49 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 73 | 128 | 0 | 0.55 | 0.21 | 0.36 | 322.92 | 0.38 | 0.46 |
| Hex | A2 | 49 | 80 | 0 | 37 | 15 | 24 | 143 | 26 | 2E |
| Octal | 242 | 111 | 200 | 0 | 67 | 25 | 44 | 503 | 46 | 56 |
| Binary | 10100010 | 1001001 | 10000000 | 0 | 110111 | 10101 | 100100 | 101000011 | 100110 | 101110 |
Color Harmonies of #A24980
Complementary color
Monochromatic Colors of #A24980
Black with #A24980
Text Example
Text Example
White with #A24980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24980; }
p { color: rgb(162,73,128); }
H1.HeaderClassName
{
color: #A24980;
}
.AnyTagClassName
{
color: #A24980;
}
</style>
background-color css
<style>
a { background-color: #A24980; }
a { background-color: rgb(162,73,128); }
div.DivClassName
{
background-color: #A24980;
}
.BgClassName
{
background-color: #A24980;
}
</style>
border-color css
<style>
span { border-color: #A24980; }
span { border-color: rgb(162,73,128); }
td.TdClassName
{
border-color: #A24980;
}
.TagClassName
{
border-color: #A24980;
}
</style>