Shades of Royal Heath #A64075
Tints of Royal Heath #A64075
RGB
CMYK
RGB Variations
Color information
#A64075 (or 0xA64075) is known color: Royal Heath. HEX triplet: A6, 40 and 75. RGB value is (166,64,117). Sum of RGB (Red+Green+Blue) = 166+64+117=347 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.84% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 166 - color contains mainly: red. Hex color #A64075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64075 is #59BF8A. Grayscale: #646464. Windows color (decimal): -5881739 or 7684262. OLE color: 7684262.
HSL color Cylindrical-coordinate representation of color #A64075: hue angle of 328.82º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A64075 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 64 | 117 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.35 |
| HSL | 328.82º | 0.44% | 0.45% | - |
| HSV(B) | 328.82º | 0.61% | 0.65% | - |
| XYZ | 20.77 | 13.06 | 18.26 | - |
| YUV | 100.54 | 137.29 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 64 | 117 | 0 | 0.61 | 0.30 | 0.35 | 328.82 | 0.44 | 0.45 |
| Hex | A6 | 40 | 75 | 0 | 3D | 1E | 23 | 149 | 2C | 2D |
| Octal | 246 | 100 | 165 | 0 | 75 | 36 | 43 | 511 | 54 | 55 |
| Binary | 10100110 | 1000000 | 1110101 | 0 | 111101 | 11110 | 100011 | 101001001 | 101100 | 101101 |
Color Harmonies of #A64075
Complementary color
Monochromatic Colors of #A64075
Black with #A64075
Text Example
Text Example
White with #A64075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64075; }
p { color: rgb(166,64,117); }
H1.HeaderClassName
{
color: #A64075;
}
.AnyTagClassName
{
color: #A64075;
}
</style>
background-color css
<style>
a { background-color: #A64075; }
a { background-color: rgb(166,64,117); }
div.DivClassName
{
background-color: #A64075;
}
.BgClassName
{
background-color: #A64075;
}
</style>
border-color css
<style>
span { border-color: #A64075; }
span { border-color: rgb(166,64,117); }
td.TdClassName
{
border-color: #A64075;
}
.TagClassName
{
border-color: #A64075;
}
</style>