Shades of Royal Heath #A64882
Tints of Royal Heath #A64882
RGB
CMYK
RGB Variations
Color information
#A64882 (or 0xA64882) is known color: Royal Heath. HEX triplet: A6, 48 and 82. RGB value is (166,72,130). Sum of RGB (Red+Green+Blue) = 166+72+130=368 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.11% from 368); Green value is 72 (28.52% from 255 or 19.57% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 166 - color contains mainly: red. Hex color #A64882 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64882 is #59B77D. Grayscale: #6A6A6A. Windows color (decimal): -5879678 or 8538278. OLE color: 8538278.
HSL color Cylindrical-coordinate representation of color #A64882: hue angle of 322.98º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A64882 is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 72 | 130 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.35 |
| HSL | 322.98º | 0.39% | 0.47% | - |
| HSV(B) | 322.98º | 0.57% | 0.65% | - |
| XYZ | 22.07 | 14.35 | 22.73 | - |
| YUV | 106.72 | 141.14 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 72 | 130 | 0 | 0.57 | 0.22 | 0.35 | 322.98 | 0.39 | 0.47 |
| Hex | A6 | 48 | 82 | 0 | 39 | 16 | 23 | 143 | 27 | 2F |
| Octal | 246 | 110 | 202 | 0 | 71 | 26 | 43 | 503 | 47 | 57 |
| Binary | 10100110 | 1001000 | 10000010 | 0 | 111001 | 10110 | 100011 | 101000011 | 100111 | 101111 |
Color Harmonies of #A64882
Complementary color
Monochromatic Colors of #A64882
Black with #A64882
Text Example
Text Example
White with #A64882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64882; }
p { color: rgb(166,72,130); }
H1.HeaderClassName
{
color: #A64882;
}
.AnyTagClassName
{
color: #A64882;
}
</style>
background-color css
<style>
a { background-color: #A64882; }
a { background-color: rgb(166,72,130); }
div.DivClassName
{
background-color: #A64882;
}
.BgClassName
{
background-color: #A64882;
}
</style>
border-color css
<style>
span { border-color: #A64882; }
span { border-color: rgb(166,72,130); }
td.TdClassName
{
border-color: #A64882;
}
.TagClassName
{
border-color: #A64882;
}
</style>