Shades of Royal Heath #A24976
Tints of Royal Heath #A24976
RGB
CMYK
RGB Variations
Color information
#A24976 (or 0xA24976) is known color: Royal Heath. HEX triplet: A2, 49 and 76. RGB value is (162,73,118). Sum of RGB (Red+Green+Blue) = 162+73+118=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 162 - color contains mainly: red. Hex color #A24976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24976 is #5DB689. Grayscale: #686868. Windows color (decimal): -6141578 or 7752098. OLE color: 7752098.
HSL color Cylindrical-coordinate representation of color #A24976: hue angle of 329.66º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A24976 is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 73 | 118 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.36 |
| HSL | 329.66º | 0.38% | 0.46% | - |
| HSV(B) | 329.66º | 0.55% | 0.64% | - |
| XYZ | 20.55 | 13.75 | 18.71 | - |
| YUV | 104.74 | 135.49 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 73 | 118 | 0 | 0.55 | 0.27 | 0.36 | 329.66 | 0.38 | 0.46 |
| Hex | A2 | 49 | 76 | 0 | 37 | 1B | 24 | 14A | 26 | 2E |
| Octal | 242 | 111 | 166 | 0 | 67 | 33 | 44 | 512 | 46 | 56 |
| Binary | 10100010 | 1001001 | 1110110 | 0 | 110111 | 11011 | 100100 | 101001010 | 100110 | 101110 |
Color Harmonies of #A24976
Complementary color
Monochromatic Colors of #A24976
Black with #A24976
Text Example
Text Example
White with #A24976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24976; }
p { color: rgb(162,73,118); }
H1.HeaderClassName
{
color: #A24976;
}
.AnyTagClassName
{
color: #A24976;
}
</style>
background-color css
<style>
a { background-color: #A24976; }
a { background-color: rgb(162,73,118); }
div.DivClassName
{
background-color: #A24976;
}
.BgClassName
{
background-color: #A24976;
}
</style>
border-color css
<style>
span { border-color: #A24976; }
span { border-color: rgb(162,73,118); }
td.TdClassName
{
border-color: #A24976;
}
.TagClassName
{
border-color: #A24976;
}
</style>