Shades of Royal Heath #A64E7B
Tints of Royal Heath #A64E7B
RGB
CMYK
RGB Variations
Color information
#A64E7B (or 0xA64E7B) is known color: Royal Heath. HEX triplet: A6, 4E and 7B. RGB value is (166,78,123). Sum of RGB (Red+Green+Blue) = 166+78+123=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 78 (30.86% from 255 or 21.25% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 166 - color contains mainly: red. Hex color #A64E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A64E7B is #59B184. Grayscale: #6D6D6D. Windows color (decimal): -5878149 or 8081062. OLE color: 8081062.
HSL color Cylindrical-coordinate representation of color #A64E7B: hue angle of 329.32º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A64E7B is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 78 | 123 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.35 |
| HSL | 329.32º | 0.36% | 0.48% | - |
| HSV(B) | 329.32º | 0.53% | 0.65% | - |
| XYZ | 22.03 | 14.99 | 20.47 | - |
| YUV | 109.44 | 135.65 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 78 | 123 | 0 | 0.53 | 0.26 | 0.35 | 329.32 | 0.36 | 0.48 |
| Hex | A6 | 4E | 7B | 0 | 35 | 1A | 23 | 149 | 24 | 30 |
| Octal | 246 | 116 | 173 | 0 | 65 | 32 | 43 | 511 | 44 | 60 |
| Binary | 10100110 | 1001110 | 1111011 | 0 | 110101 | 11010 | 100011 | 101001001 | 100100 | 110000 |
Color Harmonies of #A64E7B
Complementary color
Monochromatic Colors of #A64E7B
Black with #A64E7B
Text Example
Text Example
White with #A64E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64E7B; }
p { color: rgb(166,78,123); }
H1.HeaderClassName
{
color: #A64E7B;
}
.AnyTagClassName
{
color: #A64E7B;
}
</style>
background-color css
<style>
a { background-color: #A64E7B; }
a { background-color: rgb(166,78,123); }
div.DivClassName
{
background-color: #A64E7B;
}
.BgClassName
{
background-color: #A64E7B;
}
</style>
border-color css
<style>
span { border-color: #A64E7B; }
span { border-color: rgb(166,78,123); }
td.TdClassName
{
border-color: #A64E7B;
}
.TagClassName
{
border-color: #A64E7B;
}
</style>