Shades of Royal Heath #A64B7E
Tints of Royal Heath #A64B7E
RGB
CMYK
RGB Variations
Color information
#A64B7E (or 0xA64B7E) is known color: Royal Heath. HEX triplet: A6, 4B and 7E. RGB value is (166,75,126). Sum of RGB (Red+Green+Blue) = 166+75+126=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 75 (29.69% from 255 or 20.44% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 166 - color contains mainly: red. Hex color #A64B7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64B7E is #59B481. Grayscale: #6B6B6B. Windows color (decimal): -5878914 or 8276902. OLE color: 8276902.
HSL color Cylindrical-coordinate representation of color #A64B7E: hue angle of 326.37º 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 #A64B7E is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 75 | 126 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.35 |
| HSL | 326.37º | 0.38% | 0.47% | - |
| HSV(B) | 326.37º | 0.55% | 0.65% | - |
| XYZ | 22.01 | 14.65 | 21.41 | - |
| YUV | 108.02 | 138.15 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 75 | 126 | 0 | 0.55 | 0.24 | 0.35 | 326.37 | 0.38 | 0.47 |
| Hex | A6 | 4B | 7E | 0 | 37 | 18 | 23 | 146 | 26 | 2F |
| Octal | 246 | 113 | 176 | 0 | 67 | 30 | 43 | 506 | 46 | 57 |
| Binary | 10100110 | 1001011 | 1111110 | 0 | 110111 | 11000 | 100011 | 101000110 | 100110 | 101111 |
Color Harmonies of #A64B7E
Complementary color
Monochromatic Colors of #A64B7E
Black with #A64B7E
Text Example
Text Example
White with #A64B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64B7E; }
p { color: rgb(166,75,126); }
H1.HeaderClassName
{
color: #A64B7E;
}
.AnyTagClassName
{
color: #A64B7E;
}
</style>
background-color css
<style>
a { background-color: #A64B7E; }
a { background-color: rgb(166,75,126); }
div.DivClassName
{
background-color: #A64B7E;
}
.BgClassName
{
background-color: #A64B7E;
}
</style>
border-color css
<style>
span { border-color: #A64B7E; }
span { border-color: rgb(166,75,126); }
td.TdClassName
{
border-color: #A64B7E;
}
.TagClassName
{
border-color: #A64B7E;
}
</style>