Shades of Royal Heath #A6477D
Tints of Royal Heath #A6477D
RGB
CMYK
RGB Variations
Color information
#A6477D (or 0xA6477D) is known color: Royal Heath. HEX triplet: A6, 47 and 7D. RGB value is (166,71,125). Sum of RGB (Red+Green+Blue) = 166+71+125=362 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.86% from 362); Green value is 71 (28.12% from 255 or 19.61% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 166 - color contains mainly: red. Hex color #A6477D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6477D is #59B882. Grayscale: #696969. Windows color (decimal): -5879939 or 8210342. OLE color: 8210342.
HSL color Cylindrical-coordinate representation of color #A6477D: hue angle of 325.89º 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 #A6477D is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 71 | 125 | - |
| CMYK | 0 | 0.57 | 0.25 | 0.35 |
| HSL | 325.89º | 0.4% | 0.46% | - |
| HSV(B) | 325.89º | 0.57% | 0.65% | - |
| XYZ | 21.68 | 14.09 | 20.98 | - |
| YUV | 105.56 | 138.97 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 125 | 0 | 0.57 | 0.25 | 0.35 | 325.89 | 0.4 | 0.46 |
| Hex | A6 | 47 | 7D | 0 | 39 | 19 | 23 | 146 | 28 | 2E |
| Octal | 246 | 107 | 175 | 0 | 71 | 31 | 43 | 506 | 50 | 56 |
| Binary | 10100110 | 1000111 | 1111101 | 0 | 111001 | 11001 | 100011 | 101000110 | 101000 | 101110 |
Color Harmonies of #A6477D
Complementary color
Monochromatic Colors of #A6477D
Black with #A6477D
Text Example
Text Example
White with #A6477D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6477D; }
p { color: rgb(166,71,125); }
H1.HeaderClassName
{
color: #A6477D;
}
.AnyTagClassName
{
color: #A6477D;
}
</style>
background-color css
<style>
a { background-color: #A6477D; }
a { background-color: rgb(166,71,125); }
div.DivClassName
{
background-color: #A6477D;
}
.BgClassName
{
background-color: #A6477D;
}
</style>
border-color css
<style>
span { border-color: #A6477D; }
span { border-color: rgb(166,71,125); }
td.TdClassName
{
border-color: #A6477D;
}
.TagClassName
{
border-color: #A6477D;
}
</style>