Shades of Royal Heath #A24675
Tints of Royal Heath #A24675
RGB
CMYK
RGB Variations
Color information
#A24675 (or 0xA24675) is known color: Royal Heath. HEX triplet: A2, 46 and 75. RGB value is (162,70,117). Sum of RGB (Red+Green+Blue) = 162+70+117=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 70 (27.73% from 255 or 20.06% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 162 - color contains mainly: red. Hex color #A24675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24675 is #5DB98A. Grayscale: #666666. Windows color (decimal): -6142347 or 7685794. OLE color: 7685794.
HSL color Cylindrical-coordinate representation of color #A24675: hue angle of 329.35º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A24675 is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 70 | 117 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.36 |
| HSL | 329.35º | 0.4% | 0.45% | - |
| HSV(B) | 329.35º | 0.57% | 0.64% | - |
| XYZ | 20.3 | 13.35 | 18.34 | - |
| YUV | 102.87 | 135.98 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 70 | 117 | 0 | 0.57 | 0.28 | 0.36 | 329.35 | 0.4 | 0.45 |
| Hex | A2 | 46 | 75 | 0 | 39 | 1C | 24 | 149 | 28 | 2D |
| Octal | 242 | 106 | 165 | 0 | 71 | 34 | 44 | 511 | 50 | 55 |
| Binary | 10100010 | 1000110 | 1110101 | 0 | 111001 | 11100 | 100100 | 101001001 | 101000 | 101101 |
Color Harmonies of #A24675
Complementary color
Monochromatic Colors of #A24675
Black with #A24675
Text Example
Text Example
White with #A24675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24675; }
p { color: rgb(162,70,117); }
H1.HeaderClassName
{
color: #A24675;
}
.AnyTagClassName
{
color: #A24675;
}
</style>
background-color css
<style>
a { background-color: #A24675; }
a { background-color: rgb(162,70,117); }
div.DivClassName
{
background-color: #A24675;
}
.BgClassName
{
background-color: #A24675;
}
</style>
border-color css
<style>
span { border-color: #A24675; }
span { border-color: rgb(162,70,117); }
td.TdClassName
{
border-color: #A24675;
}
.TagClassName
{
border-color: #A24675;
}
</style>