Shades of Royal Heath #A24778
Tints of Royal Heath #A24778
RGB
CMYK
RGB Variations
Color information
#A24778 (or 0xA24778) is known color: Royal Heath. HEX triplet: A2, 47 and 78. RGB value is (162,71,120). Sum of RGB (Red+Green+Blue) = 162+71+120=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 71 (28.12% from 255 or 20.11% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 162 - color contains mainly: red. Hex color #A24778 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24778 is #5DB887. Grayscale: #676767. Windows color (decimal): -6142088 or 7882658. OLE color: 7882658.
HSL color Cylindrical-coordinate representation of color #A24778: hue angle of 327.69º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A24778 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 71 | 120 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.36 |
| HSL | 327.69º | 0.39% | 0.46% | - |
| HSV(B) | 327.69º | 0.56% | 0.64% | - |
| XYZ | 20.54 | 13.54 | 19.3 | - |
| YUV | 103.8 | 137.15 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 71 | 120 | 0 | 0.56 | 0.26 | 0.36 | 327.69 | 0.39 | 0.46 |
| Hex | A2 | 47 | 78 | 0 | 38 | 1A | 24 | 148 | 27 | 2E |
| Octal | 242 | 107 | 170 | 0 | 70 | 32 | 44 | 510 | 47 | 56 |
| Binary | 10100010 | 1000111 | 1111000 | 0 | 111000 | 11010 | 100100 | 101001000 | 100111 | 101110 |
Color Harmonies of #A24778
Complementary color
Monochromatic Colors of #A24778
Black with #A24778
Text Example
Text Example
White with #A24778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24778; }
p { color: rgb(162,71,120); }
H1.HeaderClassName
{
color: #A24778;
}
.AnyTagClassName
{
color: #A24778;
}
</style>
background-color css
<style>
a { background-color: #A24778; }
a { background-color: rgb(162,71,120); }
div.DivClassName
{
background-color: #A24778;
}
.BgClassName
{
background-color: #A24778;
}
</style>
border-color css
<style>
span { border-color: #A24778; }
span { border-color: rgb(162,71,120); }
td.TdClassName
{
border-color: #A24778;
}
.TagClassName
{
border-color: #A24778;
}
</style>