Shades of Royal Heath #A64F85
Tints of Royal Heath #A64F85
RGB
CMYK
RGB Variations
Color information
#A64F85 (or 0xA64F85) is known color: Royal Heath. HEX triplet: A6, 4F and 85. RGB value is (166,79,133). Sum of RGB (Red+Green+Blue) = 166+79+133=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 79 (31.25% from 255 or 20.90% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 166 - color contains mainly: red. Hex color #A64F85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A64F85 is #59B07A. Grayscale: #6F6F6F. Windows color (decimal): -5877883 or 8736678. OLE color: 8736678.
HSL color Cylindrical-coordinate representation of color #A64F85: hue angle of 322.76º 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 #A64F85 is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 79 | 133 | - |
| CMYK | 0 | 0.52 | 0.20 | 0.35 |
| HSL | 322.76º | 0.36% | 0.48% | - |
| HSV(B) | 322.76º | 0.52% | 0.65% | - |
| XYZ | 22.76 | 15.39 | 23.96 | - |
| YUV | 111.17 | 140.32 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 79 | 133 | 0 | 0.52 | 0.20 | 0.35 | 322.76 | 0.36 | 0.48 |
| Hex | A6 | 4F | 85 | 0 | 34 | 14 | 23 | 143 | 24 | 30 |
| Octal | 246 | 117 | 205 | 0 | 64 | 24 | 43 | 503 | 44 | 60 |
| Binary | 10100110 | 1001111 | 10000101 | 0 | 110100 | 10100 | 100011 | 101000011 | 100100 | 110000 |
Color Harmonies of #A64F85
Complementary color
Monochromatic Colors of #A64F85
Black with #A64F85
Text Example
Text Example
White with #A64F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64F85; }
p { color: rgb(166,79,133); }
H1.HeaderClassName
{
color: #A64F85;
}
.AnyTagClassName
{
color: #A64F85;
}
</style>
background-color css
<style>
a { background-color: #A64F85; }
a { background-color: rgb(166,79,133); }
div.DivClassName
{
background-color: #A64F85;
}
.BgClassName
{
background-color: #A64F85;
}
</style>
border-color css
<style>
span { border-color: #A64F85; }
span { border-color: rgb(166,79,133); }
td.TdClassName
{
border-color: #A64F85;
}
.TagClassName
{
border-color: #A64F85;
}
</style>