Shades of Royal Heath #A64B7A
Tints of Royal Heath #A64B7A
RGB
CMYK
RGB Variations
Color information
#A64B7A (or 0xA64B7A) is known color: Royal Heath. HEX triplet: A6, 4B and 7A. RGB value is (166,75,122). Sum of RGB (Red+Green+Blue) = 166+75+122=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 75 (29.69% from 255 or 20.66% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 166 - color contains mainly: red. Hex color #A64B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64B7A is #59B485. Grayscale: #6B6B6B. Windows color (decimal): -5878918 or 8014758. OLE color: 8014758.
HSL color Cylindrical-coordinate representation of color #A64B7A: hue angle of 329.01º 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 #A64B7A is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 75 | 122 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.35 |
| HSL | 329.01º | 0.38% | 0.47% | - |
| HSV(B) | 329.01º | 0.55% | 0.65% | - |
| XYZ | 21.75 | 14.54 | 20.07 | - |
| YUV | 107.57 | 136.15 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 75 | 122 | 0 | 0.55 | 0.27 | 0.35 | 329.01 | 0.38 | 0.47 |
| Hex | A6 | 4B | 7A | 0 | 37 | 1B | 23 | 149 | 26 | 2F |
| Octal | 246 | 113 | 172 | 0 | 67 | 33 | 43 | 511 | 46 | 57 |
| Binary | 10100110 | 1001011 | 1111010 | 0 | 110111 | 11011 | 100011 | 101001001 | 100110 | 101111 |
Color Harmonies of #A64B7A
Complementary color
Monochromatic Colors of #A64B7A
Black with #A64B7A
Text Example
Text Example
White with #A64B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64B7A; }
p { color: rgb(166,75,122); }
H1.HeaderClassName
{
color: #A64B7A;
}
.AnyTagClassName
{
color: #A64B7A;
}
</style>
background-color css
<style>
a { background-color: #A64B7A; }
a { background-color: rgb(166,75,122); }
div.DivClassName
{
background-color: #A64B7A;
}
.BgClassName
{
background-color: #A64B7A;
}
</style>
border-color css
<style>
span { border-color: #A64B7A; }
span { border-color: rgb(166,75,122); }
td.TdClassName
{
border-color: #A64B7A;
}
.TagClassName
{
border-color: #A64B7A;
}
</style>