Shades of Royal Heath #A64A7E
Tints of Royal Heath #A64A7E
RGB
CMYK
RGB Variations
Color information
#A64A7E (or 0xA64A7E) is known color: Royal Heath. HEX triplet: A6, 4A and 7E. RGB value is (166,74,126). Sum of RGB (Red+Green+Blue) = 166+74+126=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 74 (29.30% from 255 or 20.22% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 166 - color contains mainly: red. Hex color #A64A7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64A7E is #59B581. Grayscale: #6B6B6B. Windows color (decimal): -5879170 or 8276646. OLE color: 8276646.
HSL color Cylindrical-coordinate representation of color #A64A7E: hue angle of 326.09º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A64A7E is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 74 | 126 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.35 |
| HSL | 326.09º | 0.38% | 0.47% | - |
| HSV(B) | 326.09º | 0.55% | 0.65% | - |
| XYZ | 21.94 | 14.51 | 21.38 | - |
| YUV | 107.44 | 138.48 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 74 | 126 | 0 | 0.55 | 0.24 | 0.35 | 326.09 | 0.38 | 0.47 |
| Hex | A6 | 4A | 7E | 0 | 37 | 18 | 23 | 146 | 26 | 2F |
| Octal | 246 | 112 | 176 | 0 | 67 | 30 | 43 | 506 | 46 | 57 |
| Binary | 10100110 | 1001010 | 1111110 | 0 | 110111 | 11000 | 100011 | 101000110 | 100110 | 101111 |
Color Harmonies of #A64A7E
Complementary color
Monochromatic Colors of #A64A7E
Black with #A64A7E
Text Example
Text Example
White with #A64A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64A7E; }
p { color: rgb(166,74,126); }
H1.HeaderClassName
{
color: #A64A7E;
}
.AnyTagClassName
{
color: #A64A7E;
}
</style>
background-color css
<style>
a { background-color: #A64A7E; }
a { background-color: rgb(166,74,126); }
div.DivClassName
{
background-color: #A64A7E;
}
.BgClassName
{
background-color: #A64A7E;
}
</style>
border-color css
<style>
span { border-color: #A64A7E; }
span { border-color: rgb(166,74,126); }
td.TdClassName
{
border-color: #A64A7E;
}
.TagClassName
{
border-color: #A64A7E;
}
</style>