Shades of Royal Heath #A24F70
Tints of Royal Heath #A24F70
RGB
CMYK
RGB Variations
Color information
#A24F70 (or 0xA24F70) is known color: Royal Heath. HEX triplet: A2, 4F and 70. RGB value is (162,79,112). Sum of RGB (Red+Green+Blue) = 162+79+112=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 79 (31.25% from 255 or 22.38% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 162 - color contains mainly: red. Hex color #A24F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A24F70 is #5DB08F. Grayscale: #6B6B6B. Windows color (decimal): -6140048 or 7360418. OLE color: 7360418.
HSL color Cylindrical-coordinate representation of color #A24F70: hue angle of 336.14º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A24F70 is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 79 | 112 | - |
| CMYK | 0 | 0.51 | 0.31 | 0.36 |
| HSL | 336.14º | 0.34% | 0.47% | - |
| HSV(B) | 336.14º | 0.51% | 0.64% | - |
| XYZ | 20.62 | 14.44 | 17.03 | - |
| YUV | 107.58 | 130.5 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 79 | 112 | 0 | 0.51 | 0.31 | 0.36 | 336.14 | 0.34 | 0.47 |
| Hex | A2 | 4F | 70 | 0 | 33 | 1F | 24 | 150 | 22 | 2F |
| Octal | 242 | 117 | 160 | 0 | 63 | 37 | 44 | 520 | 42 | 57 |
| Binary | 10100010 | 1001111 | 1110000 | 0 | 110011 | 11111 | 100100 | 101010000 | 100010 | 101111 |
Color Harmonies of #A24F70
Complementary color
Monochromatic Colors of #A24F70
Black with #A24F70
Text Example
Text Example
White with #A24F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24F70; }
p { color: rgb(162,79,112); }
H1.HeaderClassName
{
color: #A24F70;
}
.AnyTagClassName
{
color: #A24F70;
}
</style>
background-color css
<style>
a { background-color: #A24F70; }
a { background-color: rgb(162,79,112); }
div.DivClassName
{
background-color: #A24F70;
}
.BgClassName
{
background-color: #A24F70;
}
</style>
border-color css
<style>
span { border-color: #A24F70; }
span { border-color: rgb(162,79,112); }
td.TdClassName
{
border-color: #A24F70;
}
.TagClassName
{
border-color: #A24F70;
}
</style>