Shades of Royal Heath #A8537F
Tints of Royal Heath #A8537F
RGB
CMYK
RGB Variations
Color information
#A8537F (or 0xA8537F) is known color: Royal Heath. HEX triplet: A8, 53 and 7F. RGB value is (168,83,127). Sum of RGB (Red+Green+Blue) = 168+83+127=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 168 - color contains mainly: red. Hex color #A8537F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8537F is #57AC80. Grayscale: #717171. Windows color (decimal): -5745793 or 8344488. OLE color: 8344488.
HSL color Cylindrical-coordinate representation of color #A8537F: hue angle of 328.94º 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 #A8537F is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 83 | 127 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.34 |
| HSL | 328.94º | 0.34% | 0.49% | - |
| HSV(B) | 328.94º | 0.51% | 0.66% | - |
| XYZ | 23.07 | 16.04 | 21.96 | - |
| YUV | 113.43 | 135.66 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 83 | 127 | 0 | 0.51 | 0.24 | 0.34 | 328.94 | 0.34 | 0.49 |
| Hex | A8 | 53 | 7F | 0 | 33 | 18 | 22 | 149 | 22 | 31 |
| Octal | 250 | 123 | 177 | 0 | 63 | 30 | 42 | 511 | 42 | 61 |
| Binary | 10101000 | 1010011 | 1111111 | 0 | 110011 | 11000 | 100010 | 101001001 | 100010 | 110001 |
Color Harmonies of #A8537F
Complementary color
Monochromatic Colors of #A8537F
Black with #A8537F
Text Example
Text Example
White with #A8537F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8537F; }
p { color: rgb(168,83,127); }
H1.HeaderClassName
{
color: #A8537F;
}
.AnyTagClassName
{
color: #A8537F;
}
</style>
background-color css
<style>
a { background-color: #A8537F; }
a { background-color: rgb(168,83,127); }
div.DivClassName
{
background-color: #A8537F;
}
.BgClassName
{
background-color: #A8537F;
}
</style>
border-color css
<style>
span { border-color: #A8537F; }
span { border-color: rgb(168,83,127); }
td.TdClassName
{
border-color: #A8537F;
}
.TagClassName
{
border-color: #A8537F;
}
</style>