Shades of Royal Heath #A64C7A
Tints of Royal Heath #A64C7A
RGB
CMYK
RGB Variations
Color information
#A64C7A (or 0xA64C7A) is known color: Royal Heath. HEX triplet: A6, 4C and 7A. RGB value is (166,76,122). Sum of RGB (Red+Green+Blue) = 166+76+122=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 76 (30.08% from 255 or 20.88% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 166 - color contains mainly: red. Hex color #A64C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64C7A is #59B385. Grayscale: #6C6C6C. Windows color (decimal): -5878662 or 8015014. OLE color: 8015014.
HSL color Cylindrical-coordinate representation of color #A64C7A: hue angle of 329.33º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A64C7A is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 76 | 122 | - |
| CMYK | 0 | 0.54 | 0.27 | 0.35 |
| HSL | 329.33º | 0.37% | 0.47% | - |
| HSV(B) | 329.33º | 0.54% | 0.65% | - |
| XYZ | 21.82 | 14.68 | 20.1 | - |
| YUV | 108.15 | 135.82 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 76 | 122 | 0 | 0.54 | 0.27 | 0.35 | 329.33 | 0.37 | 0.47 |
| Hex | A6 | 4C | 7A | 0 | 36 | 1B | 23 | 149 | 25 | 2F |
| Octal | 246 | 114 | 172 | 0 | 66 | 33 | 43 | 511 | 45 | 57 |
| Binary | 10100110 | 1001100 | 1111010 | 0 | 110110 | 11011 | 100011 | 101001001 | 100101 | 101111 |
Color Harmonies of #A64C7A
Complementary color
Monochromatic Colors of #A64C7A
Black with #A64C7A
Text Example
Text Example
White with #A64C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64C7A; }
p { color: rgb(166,76,122); }
H1.HeaderClassName
{
color: #A64C7A;
}
.AnyTagClassName
{
color: #A64C7A;
}
</style>
background-color css
<style>
a { background-color: #A64C7A; }
a { background-color: rgb(166,76,122); }
div.DivClassName
{
background-color: #A64C7A;
}
.BgClassName
{
background-color: #A64C7A;
}
</style>
border-color css
<style>
span { border-color: #A64C7A; }
span { border-color: rgb(166,76,122); }
td.TdClassName
{
border-color: #A64C7A;
}
.TagClassName
{
border-color: #A64C7A;
}
</style>