Shades of Royal Heath #A64575
Tints of Royal Heath #A64575
RGB
CMYK
RGB Variations
Color information
#A64575 (or 0xA64575) is known color: Royal Heath. HEX triplet: A6, 45 and 75. RGB value is (166,69,117). Sum of RGB (Red+Green+Blue) = 166+69+117=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 69 (27.34% from 255 or 19.60% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 166 - color contains mainly: red. Hex color #A64575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64575 is #59BA8A. Grayscale: #676767. Windows color (decimal): -5880459 or 7685542. OLE color: 7685542.
HSL color Cylindrical-coordinate representation of color #A64575: hue angle of 330.31º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A64575 is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 69 | 117 | - |
| CMYK | 0 | 0.58 | 0.30 | 0.35 |
| HSL | 330.31º | 0.41% | 0.46% | - |
| HSV(B) | 330.31º | 0.58% | 0.65% | - |
| XYZ | 21.06 | 13.65 | 18.35 | - |
| YUV | 103.48 | 135.64 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 69 | 117 | 0 | 0.58 | 0.30 | 0.35 | 330.31 | 0.41 | 0.46 |
| Hex | A6 | 45 | 75 | 0 | 3A | 1E | 23 | 14A | 29 | 2E |
| Octal | 246 | 105 | 165 | 0 | 72 | 36 | 43 | 512 | 51 | 56 |
| Binary | 10100110 | 1000101 | 1110101 | 0 | 111010 | 11110 | 100011 | 101001010 | 101001 | 101110 |
Color Harmonies of #A64575
Complementary color
Monochromatic Colors of #A64575
Black with #A64575
Text Example
Text Example
White with #A64575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64575; }
p { color: rgb(166,69,117); }
H1.HeaderClassName
{
color: #A64575;
}
.AnyTagClassName
{
color: #A64575;
}
</style>
background-color css
<style>
a { background-color: #A64575; }
a { background-color: rgb(166,69,117); }
div.DivClassName
{
background-color: #A64575;
}
.BgClassName
{
background-color: #A64575;
}
</style>
border-color css
<style>
span { border-color: #A64575; }
span { border-color: rgb(166,69,117); }
td.TdClassName
{
border-color: #A64575;
}
.TagClassName
{
border-color: #A64575;
}
</style>