Shades of Royal Heath #A8537C
Tints of Royal Heath #A8537C
RGB
CMYK
RGB Variations
Color information
#A8537C (or 0xA8537C) is known color: Royal Heath. HEX triplet: A8, 53 and 7C. RGB value is (168,83,124). Sum of RGB (Red+Green+Blue) = 168+83+124=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 168 - color contains mainly: red. Hex color #A8537C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8537C is #57AC83. Grayscale: #717171. Windows color (decimal): -5745796 or 8147880. OLE color: 8147880.
HSL color Cylindrical-coordinate representation of color #A8537C: hue angle of 331.06º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8537C is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 83 | 124 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.34 |
| HSL | 331.06º | 0.34% | 0.49% | - |
| HSV(B) | 331.06º | 0.51% | 0.66% | - |
| XYZ | 22.88 | 15.97 | 20.94 | - |
| YUV | 113.09 | 134.16 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 83 | 124 | 0 | 0.51 | 0.26 | 0.34 | 331.06 | 0.34 | 0.49 |
| Hex | A8 | 53 | 7C | 0 | 33 | 1A | 22 | 14B | 22 | 31 |
| Octal | 250 | 123 | 174 | 0 | 63 | 32 | 42 | 513 | 42 | 61 |
| Binary | 10101000 | 1010011 | 1111100 | 0 | 110011 | 11010 | 100010 | 101001011 | 100010 | 110001 |
Color Harmonies of #A8537C
Complementary color
Monochromatic Colors of #A8537C
Black with #A8537C
Text Example
Text Example
White with #A8537C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8537C; }
p { color: rgb(168,83,124); }
H1.HeaderClassName
{
color: #A8537C;
}
.AnyTagClassName
{
color: #A8537C;
}
</style>
background-color css
<style>
a { background-color: #A8537C; }
a { background-color: rgb(168,83,124); }
div.DivClassName
{
background-color: #A8537C;
}
.BgClassName
{
background-color: #A8537C;
}
</style>
border-color css
<style>
span { border-color: #A8537C; }
span { border-color: rgb(168,83,124); }
td.TdClassName
{
border-color: #A8537C;
}
.TagClassName
{
border-color: #A8537C;
}
</style>