Shades of Royal Heath #A24B78
Tints of Royal Heath #A24B78
RGB
CMYK
RGB Variations
Color information
#A24B78 (or 0xA24B78) is known color: Royal Heath. HEX triplet: A2, 4B and 78. RGB value is (162,75,120). Sum of RGB (Red+Green+Blue) = 162+75+120=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 75 (29.69% from 255 or 21.01% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 162 - color contains mainly: red. Hex color #A24B78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24B78 is #5DB487. Grayscale: #6A6A6A. Windows color (decimal): -6141064 or 7883682. OLE color: 7883682.
HSL color Cylindrical-coordinate representation of color #A24B78: hue angle of 328.97º 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 #A24B78 is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 75 | 120 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.36 |
| HSL | 328.97º | 0.37% | 0.46% | - |
| HSV(B) | 328.97º | 0.54% | 0.64% | - |
| XYZ | 20.81 | 14.07 | 19.39 | - |
| YUV | 106.14 | 135.82 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 75 | 120 | 0 | 0.54 | 0.26 | 0.36 | 328.97 | 0.37 | 0.46 |
| Hex | A2 | 4B | 78 | 0 | 36 | 1A | 24 | 149 | 25 | 2E |
| Octal | 242 | 113 | 170 | 0 | 66 | 32 | 44 | 511 | 45 | 56 |
| Binary | 10100010 | 1001011 | 1111000 | 0 | 110110 | 11010 | 100100 | 101001001 | 100101 | 101110 |
Color Harmonies of #A24B78
Complementary color
Monochromatic Colors of #A24B78
Black with #A24B78
Text Example
Text Example
White with #A24B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24B78; }
p { color: rgb(162,75,120); }
H1.HeaderClassName
{
color: #A24B78;
}
.AnyTagClassName
{
color: #A24B78;
}
</style>
background-color css
<style>
a { background-color: #A24B78; }
a { background-color: rgb(162,75,120); }
div.DivClassName
{
background-color: #A24B78;
}
.BgClassName
{
background-color: #A24B78;
}
</style>
border-color css
<style>
span { border-color: #A24B78; }
span { border-color: rgb(162,75,120); }
td.TdClassName
{
border-color: #A24B78;
}
.TagClassName
{
border-color: #A24B78;
}
</style>