Shades of Royal Heath #A6537B
Tints of Royal Heath #A6537B
RGB
CMYK
RGB Variations
Color information
#A6537B (or 0xA6537B) is known color: Royal Heath. HEX triplet: A6, 53 and 7B. RGB value is (166,83,123). Sum of RGB (Red+Green+Blue) = 166+83+123=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 83 (32.81% from 255 or 22.31% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 166 - color contains mainly: red. Hex color #A6537B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6537B is #59AC84. Grayscale: #707070. Windows color (decimal): -5876869 or 8082342. OLE color: 8082342.
HSL color Cylindrical-coordinate representation of color #A6537B: hue angle of 331.08º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A6537B is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 83 | 123 | - |
| CMYK | 0 | 0.50 | 0.26 | 0.35 |
| HSL | 331.08º | 0.33% | 0.49% | - |
| HSV(B) | 331.08º | 0.5% | 0.65% | - |
| XYZ | 22.39 | 15.72 | 20.59 | - |
| YUV | 112.38 | 134 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 83 | 123 | 0 | 0.50 | 0.26 | 0.35 | 331.08 | 0.33 | 0.49 |
| Hex | A6 | 53 | 7B | 0 | 32 | 1A | 23 | 14B | 21 | 31 |
| Octal | 246 | 123 | 173 | 0 | 62 | 32 | 43 | 513 | 41 | 61 |
| Binary | 10100110 | 1010011 | 1111011 | 0 | 110010 | 11010 | 100011 | 101001011 | 100001 | 110001 |
Color Harmonies of #A6537B
Complementary color
Monochromatic Colors of #A6537B
Black with #A6537B
Text Example
Text Example
White with #A6537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6537B; }
p { color: rgb(166,83,123); }
H1.HeaderClassName
{
color: #A6537B;
}
.AnyTagClassName
{
color: #A6537B;
}
</style>
background-color css
<style>
a { background-color: #A6537B; }
a { background-color: rgb(166,83,123); }
div.DivClassName
{
background-color: #A6537B;
}
.BgClassName
{
background-color: #A6537B;
}
</style>
border-color css
<style>
span { border-color: #A6537B; }
span { border-color: rgb(166,83,123); }
td.TdClassName
{
border-color: #A6537B;
}
.TagClassName
{
border-color: #A6537B;
}
</style>