Shades of Royal Heath #A64B7B
Tints of Royal Heath #A64B7B
RGB
CMYK
RGB Variations
Color information
#A64B7B (or 0xA64B7B) is known color: Royal Heath. HEX triplet: A6, 4B and 7B. RGB value is (166,75,123). Sum of RGB (Red+Green+Blue) = 166+75+123=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 75 (29.69% from 255 or 20.60% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 166 - color contains mainly: red. Hex color #A64B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64B7B is #59B484. Grayscale: #6B6B6B. Windows color (decimal): -5878917 or 8080294. OLE color: 8080294.
HSL color Cylindrical-coordinate representation of color #A64B7B: hue angle of 328.35º 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 #A64B7B is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 75 | 123 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.35 |
| HSL | 328.35º | 0.38% | 0.47% | - |
| HSV(B) | 328.35º | 0.55% | 0.65% | - |
| XYZ | 21.82 | 14.57 | 20.4 | - |
| YUV | 107.68 | 136.65 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 75 | 123 | 0 | 0.55 | 0.26 | 0.35 | 328.35 | 0.38 | 0.47 |
| Hex | A6 | 4B | 7B | 0 | 37 | 1A | 23 | 148 | 26 | 2F |
| Octal | 246 | 113 | 173 | 0 | 67 | 32 | 43 | 510 | 46 | 57 |
| Binary | 10100110 | 1001011 | 1111011 | 0 | 110111 | 11010 | 100011 | 101001000 | 100110 | 101111 |
Color Harmonies of #A64B7B
Complementary color
Monochromatic Colors of #A64B7B
Black with #A64B7B
Text Example
Text Example
White with #A64B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64B7B; }
p { color: rgb(166,75,123); }
H1.HeaderClassName
{
color: #A64B7B;
}
.AnyTagClassName
{
color: #A64B7B;
}
</style>
background-color css
<style>
a { background-color: #A64B7B; }
a { background-color: rgb(166,75,123); }
div.DivClassName
{
background-color: #A64B7B;
}
.BgClassName
{
background-color: #A64B7B;
}
</style>
border-color css
<style>
span { border-color: #A64B7B; }
span { border-color: rgb(166,75,123); }
td.TdClassName
{
border-color: #A64B7B;
}
.TagClassName
{
border-color: #A64B7B;
}
</style>