Shades of Royal Heath #A64F86
Tints of Royal Heath #A64F86
RGB
CMYK
RGB Variations
Color information
#A64F86 (or 0xA64F86) is known color: Royal Heath. HEX triplet: A6, 4F and 86. RGB value is (166,79,134). Sum of RGB (Red+Green+Blue) = 166+79+134=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 79 (31.25% from 255 or 20.84% from 379); Blue value is 134 (52.73% from 255 or 35.36% from 379); Max value from RGB is 166 - color contains mainly: red. Hex color #A64F86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A64F86 is #59B079. Grayscale: #6F6F6F. Windows color (decimal): -5877882 or 8802214. OLE color: 8802214.
HSL color Cylindrical-coordinate representation of color #A64F86: hue angle of 322.07º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A64F86 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 79 | 134 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.35 |
| HSL | 322.07º | 0.36% | 0.48% | - |
| HSV(B) | 322.07º | 0.52% | 0.65% | - |
| XYZ | 22.82 | 15.42 | 24.33 | - |
| YUV | 111.28 | 140.82 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 79 | 134 | 0 | 0.52 | 0.19 | 0.35 | 322.07 | 0.36 | 0.48 |
| Hex | A6 | 4F | 86 | 0 | 34 | 13 | 23 | 142 | 24 | 30 |
| Octal | 246 | 117 | 206 | 0 | 64 | 23 | 43 | 502 | 44 | 60 |
| Binary | 10100110 | 1001111 | 10000110 | 0 | 110100 | 10011 | 100011 | 101000010 | 100100 | 110000 |
Color Harmonies of #A64F86
Complementary color
Monochromatic Colors of #A64F86
Black with #A64F86
Text Example
Text Example
White with #A64F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64F86; }
p { color: rgb(166,79,134); }
H1.HeaderClassName
{
color: #A64F86;
}
.AnyTagClassName
{
color: #A64F86;
}
</style>
background-color css
<style>
a { background-color: #A64F86; }
a { background-color: rgb(166,79,134); }
div.DivClassName
{
background-color: #A64F86;
}
.BgClassName
{
background-color: #A64F86;
}
</style>
border-color css
<style>
span { border-color: #A64F86; }
span { border-color: rgb(166,79,134); }
td.TdClassName
{
border-color: #A64F86;
}
.TagClassName
{
border-color: #A64F86;
}
</style>