Shades of Royal Heath #A6577B
Tints of Royal Heath #A6577B
RGB
CMYK
RGB Variations
Color information
#A6577B (or 0xA6577B) is known color: Royal Heath. HEX triplet: A6, 57 and 7B. RGB value is (166,87,123). Sum of RGB (Red+Green+Blue) = 166+87+123=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 166 - color contains mainly: red. Hex color #A6577B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6577B is #59A884. Grayscale: #727272. Windows color (decimal): -5875845 or 8083366. OLE color: 8083366.
HSL color Cylindrical-coordinate representation of color #A6577B: hue angle of 332.66º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A6577B is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 87 | 123 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.35 |
| HSL | 332.66º | 0.31% | 0.5% | - |
| HSV(B) | 332.66º | 0.48% | 0.65% | - |
| XYZ | 22.71 | 16.35 | 20.7 | - |
| YUV | 114.73 | 132.67 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 87 | 123 | 0 | 0.48 | 0.26 | 0.35 | 332.66 | 0.31 | 0.5 |
| Hex | A6 | 57 | 7B | 0 | 30 | 1A | 23 | 14D | 1F | 32 |
| Octal | 246 | 127 | 173 | 0 | 60 | 32 | 43 | 515 | 37 | 62 |
| Binary | 10100110 | 1010111 | 1111011 | 0 | 110000 | 11010 | 100011 | 101001101 | 11111 | 110010 |
Color Harmonies of #A6577B
Complementary color
Monochromatic Colors of #A6577B
Black with #A6577B
Text Example
Text Example
White with #A6577B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6577B; }
p { color: rgb(166,87,123); }
H1.HeaderClassName
{
color: #A6577B;
}
.AnyTagClassName
{
color: #A6577B;
}
</style>
background-color css
<style>
a { background-color: #A6577B; }
a { background-color: rgb(166,87,123); }
div.DivClassName
{
background-color: #A6577B;
}
.BgClassName
{
background-color: #A6577B;
}
</style>
border-color css
<style>
span { border-color: #A6577B; }
span { border-color: rgb(166,87,123); }
td.TdClassName
{
border-color: #A6577B;
}
.TagClassName
{
border-color: #A6577B;
}
</style>