Shades of Royal Heath #A6527A
Tints of Royal Heath #A6527A
RGB
CMYK
RGB Variations
Color information
#A6527A (or 0xA6527A) is known color: Royal Heath. HEX triplet: A6, 52 and 7A. RGB value is (166,82,122). Sum of RGB (Red+Green+Blue) = 166+82+122=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 82 (32.42% from 255 or 22.16% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 166 - color contains mainly: red. Hex color #A6527A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6527A is #59AD85. Grayscale: #6F6F6F. Windows color (decimal): -5877126 or 8016550. OLE color: 8016550.
HSL color Cylindrical-coordinate representation of color #A6527A: hue angle of 331.43º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A6527A is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 82 | 122 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.35 |
| HSL | 331.43º | 0.34% | 0.49% | - |
| HSV(B) | 331.43º | 0.51% | 0.65% | - |
| XYZ | 22.26 | 15.55 | 20.24 | - |
| YUV | 111.68 | 133.83 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 82 | 122 | 0 | 0.51 | 0.27 | 0.35 | 331.43 | 0.34 | 0.49 |
| Hex | A6 | 52 | 7A | 0 | 33 | 1B | 23 | 14B | 22 | 31 |
| Octal | 246 | 122 | 172 | 0 | 63 | 33 | 43 | 513 | 42 | 61 |
| Binary | 10100110 | 1010010 | 1111010 | 0 | 110011 | 11011 | 100011 | 101001011 | 100010 | 110001 |
Color Harmonies of #A6527A
Complementary color
Monochromatic Colors of #A6527A
Black with #A6527A
Text Example
Text Example
White with #A6527A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6527A; }
p { color: rgb(166,82,122); }
H1.HeaderClassName
{
color: #A6527A;
}
.AnyTagClassName
{
color: #A6527A;
}
</style>
background-color css
<style>
a { background-color: #A6527A; }
a { background-color: rgb(166,82,122); }
div.DivClassName
{
background-color: #A6527A;
}
.BgClassName
{
background-color: #A6527A;
}
</style>
border-color css
<style>
span { border-color: #A6527A; }
span { border-color: rgb(166,82,122); }
td.TdClassName
{
border-color: #A6527A;
}
.TagClassName
{
border-color: #A6527A;
}
</style>