Shades of Royal Heath #A24D73
Tints of Royal Heath #A24D73
RGB
CMYK
RGB Variations
Color information
#A24D73 (or 0xA24D73) is known color: Royal Heath. HEX triplet: A2, 4D and 73. RGB value is (162,77,115). Sum of RGB (Red+Green+Blue) = 162+77+115=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A24D73 is #5DB28C. Grayscale: #6A6A6A. Windows color (decimal): -6140557 or 7556514. OLE color: 7556514.
HSL color Cylindrical-coordinate representation of color #A24D73: hue angle of 333.18º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A24D73 is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 77 | 115 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.36 |
| HSL | 333.18º | 0.36% | 0.47% | - |
| HSV(B) | 333.18º | 0.52% | 0.64% | - |
| XYZ | 20.65 | 14.23 | 17.88 | - |
| YUV | 106.75 | 132.66 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 77 | 115 | 0 | 0.52 | 0.29 | 0.36 | 333.18 | 0.36 | 0.47 |
| Hex | A2 | 4D | 73 | 0 | 34 | 1D | 24 | 14D | 24 | 2F |
| Octal | 242 | 115 | 163 | 0 | 64 | 35 | 44 | 515 | 44 | 57 |
| Binary | 10100010 | 1001101 | 1110011 | 0 | 110100 | 11101 | 100100 | 101001101 | 100100 | 101111 |
Color Harmonies of #A24D73
Complementary color
Monochromatic Colors of #A24D73
Black with #A24D73
Text Example
Text Example
White with #A24D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24D73; }
p { color: rgb(162,77,115); }
H1.HeaderClassName
{
color: #A24D73;
}
.AnyTagClassName
{
color: #A24D73;
}
</style>
background-color css
<style>
a { background-color: #A24D73; }
a { background-color: rgb(162,77,115); }
div.DivClassName
{
background-color: #A24D73;
}
.BgClassName
{
background-color: #A24D73;
}
</style>
border-color css
<style>
span { border-color: #A24D73; }
span { border-color: rgb(162,77,115); }
td.TdClassName
{
border-color: #A24D73;
}
.TagClassName
{
border-color: #A24D73;
}
</style>