Shades of Royal Heath #A24178
Tints of Royal Heath #A24178
RGB
CMYK
RGB Variations
Color information
#A24178 (or 0xA24178) is known color: Royal Heath. HEX triplet: A2, 41 and 78. RGB value is (162,65,120). Sum of RGB (Red+Green+Blue) = 162+65+120=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 120 (47.27% from 255 or 34.58% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A24178 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24178 is #5DBE87. Grayscale: #646464. Windows color (decimal): -6143624 or 7881122. OLE color: 7881122.
HSL color Cylindrical-coordinate representation of color #A24178: hue angle of 325.98º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A24178 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 65 | 120 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.36 |
| HSL | 325.98º | 0.43% | 0.45% | - |
| HSV(B) | 325.98º | 0.6% | 0.64% | - |
| XYZ | 20.18 | 12.82 | 19.18 | - |
| YUV | 100.27 | 139.14 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 65 | 120 | 0 | 0.60 | 0.26 | 0.36 | 325.98 | 0.43 | 0.45 |
| Hex | A2 | 41 | 78 | 0 | 3C | 1A | 24 | 146 | 2B | 2D |
| Octal | 242 | 101 | 170 | 0 | 74 | 32 | 44 | 506 | 53 | 55 |
| Binary | 10100010 | 1000001 | 1111000 | 0 | 111100 | 11010 | 100100 | 101000110 | 101011 | 101101 |
Color Harmonies of #A24178
Complementary color
Monochromatic Colors of #A24178
Black with #A24178
Text Example
Text Example
White with #A24178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24178; }
p { color: rgb(162,65,120); }
H1.HeaderClassName
{
color: #A24178;
}
.AnyTagClassName
{
color: #A24178;
}
</style>
background-color css
<style>
a { background-color: #A24178; }
a { background-color: rgb(162,65,120); }
div.DivClassName
{
background-color: #A24178;
}
.BgClassName
{
background-color: #A24178;
}
</style>
border-color css
<style>
span { border-color: #A24178; }
span { border-color: rgb(162,65,120); }
td.TdClassName
{
border-color: #A24178;
}
.TagClassName
{
border-color: #A24178;
}
</style>