Shades of Royal Heath #A64D7B
Tints of Royal Heath #A64D7B
RGB
CMYK
RGB Variations
Color information
#A64D7B (or 0xA64D7B) is known color: Royal Heath. HEX triplet: A6, 4D and 7B. RGB value is (166,77,123). Sum of RGB (Red+Green+Blue) = 166+77+123=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 166 - color contains mainly: red. Hex color #A64D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A64D7B is #59B284. Grayscale: #6C6C6C. Windows color (decimal): -5878405 or 8080806. OLE color: 8080806.
HSL color Cylindrical-coordinate representation of color #A64D7B: hue angle of 328.99º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A64D7B is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 77 | 123 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.35 |
| HSL | 328.99º | 0.37% | 0.48% | - |
| HSV(B) | 328.99º | 0.54% | 0.65% | - |
| XYZ | 21.95 | 14.84 | 20.45 | - |
| YUV | 108.86 | 135.99 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 77 | 123 | 0 | 0.54 | 0.26 | 0.35 | 328.99 | 0.37 | 0.48 |
| Hex | A6 | 4D | 7B | 0 | 36 | 1A | 23 | 149 | 25 | 30 |
| Octal | 246 | 115 | 173 | 0 | 66 | 32 | 43 | 511 | 45 | 60 |
| Binary | 10100110 | 1001101 | 1111011 | 0 | 110110 | 11010 | 100011 | 101001001 | 100101 | 110000 |
Color Harmonies of #A64D7B
Complementary color
Monochromatic Colors of #A64D7B
Black with #A64D7B
Text Example
Text Example
White with #A64D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64D7B; }
p { color: rgb(166,77,123); }
H1.HeaderClassName
{
color: #A64D7B;
}
.AnyTagClassName
{
color: #A64D7B;
}
</style>
background-color css
<style>
a { background-color: #A64D7B; }
a { background-color: rgb(166,77,123); }
div.DivClassName
{
background-color: #A64D7B;
}
.BgClassName
{
background-color: #A64D7B;
}
</style>
border-color css
<style>
span { border-color: #A64D7B; }
span { border-color: rgb(166,77,123); }
td.TdClassName
{
border-color: #A64D7B;
}
.TagClassName
{
border-color: #A64D7B;
}
</style>