Shades of Royal Heath #A6477F
Tints of Royal Heath #A6477F
RGB
CMYK
RGB Variations
Color information
#A6477F (or 0xA6477F) is known color: Royal Heath. HEX triplet: A6, 47 and 7F. RGB value is (166,71,127). Sum of RGB (Red+Green+Blue) = 166+71+127=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 71 (28.12% from 255 or 19.51% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 166 - color contains mainly: red. Hex color #A6477F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6477F is #59B880. Grayscale: #696969. Windows color (decimal): -5879937 or 8341414. OLE color: 8341414.
HSL color Cylindrical-coordinate representation of color #A6477F: hue angle of 324.63º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A6477F is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 71 | 127 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.35 |
| HSL | 324.63º | 0.4% | 0.46% | - |
| HSV(B) | 324.63º | 0.57% | 0.65% | - |
| XYZ | 21.81 | 14.15 | 21.66 | - |
| YUV | 105.79 | 139.97 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 127 | 0 | 0.57 | 0.23 | 0.35 | 324.63 | 0.4 | 0.46 |
| Hex | A6 | 47 | 7F | 0 | 39 | 17 | 23 | 145 | 28 | 2E |
| Octal | 246 | 107 | 177 | 0 | 71 | 27 | 43 | 505 | 50 | 56 |
| Binary | 10100110 | 1000111 | 1111111 | 0 | 111001 | 10111 | 100011 | 101000101 | 101000 | 101110 |
Color Harmonies of #A6477F
Complementary color
Monochromatic Colors of #A6477F
Black with #A6477F
Text Example
Text Example
White with #A6477F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6477F; }
p { color: rgb(166,71,127); }
H1.HeaderClassName
{
color: #A6477F;
}
.AnyTagClassName
{
color: #A6477F;
}
</style>
background-color css
<style>
a { background-color: #A6477F; }
a { background-color: rgb(166,71,127); }
div.DivClassName
{
background-color: #A6477F;
}
.BgClassName
{
background-color: #A6477F;
}
</style>
border-color css
<style>
span { border-color: #A6477F; }
span { border-color: rgb(166,71,127); }
td.TdClassName
{
border-color: #A6477F;
}
.TagClassName
{
border-color: #A6477F;
}
</style>