Shades of Royal Heath #A8537B
Tints of Royal Heath #A8537B
RGB
CMYK
RGB Variations
Color information
#A8537B (or 0xA8537B) is known color: Royal Heath. HEX triplet: A8, 53 and 7B. RGB value is (168,83,123). Sum of RGB (Red+Green+Blue) = 168+83+123=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 168 - color contains mainly: red. Hex color #A8537B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8537B is #57AC84. Grayscale: #707070. Windows color (decimal): -5745797 or 8082344. OLE color: 8082344.
HSL color Cylindrical-coordinate representation of color #A8537B: hue angle of 331.76º 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 #A8537B is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 83 | 123 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.34 |
| HSL | 331.76º | 0.34% | 0.49% | - |
| HSV(B) | 331.76º | 0.51% | 0.66% | - |
| XYZ | 22.82 | 15.94 | 20.61 | - |
| YUV | 112.98 | 133.66 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 83 | 123 | 0 | 0.51 | 0.27 | 0.34 | 331.76 | 0.34 | 0.49 |
| Hex | A8 | 53 | 7B | 0 | 33 | 1B | 22 | 14C | 22 | 31 |
| Octal | 250 | 123 | 173 | 0 | 63 | 33 | 42 | 514 | 42 | 61 |
| Binary | 10101000 | 1010011 | 1111011 | 0 | 110011 | 11011 | 100010 | 101001100 | 100010 | 110001 |
Color Harmonies of #A8537B
Complementary color
Monochromatic Colors of #A8537B
Black with #A8537B
Text Example
Text Example
White with #A8537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8537B; }
p { color: rgb(168,83,123); }
H1.HeaderClassName
{
color: #A8537B;
}
.AnyTagClassName
{
color: #A8537B;
}
</style>
background-color css
<style>
a { background-color: #A8537B; }
a { background-color: rgb(168,83,123); }
div.DivClassName
{
background-color: #A8537B;
}
.BgClassName
{
background-color: #A8537B;
}
</style>
border-color css
<style>
span { border-color: #A8537B; }
span { border-color: rgb(168,83,123); }
td.TdClassName
{
border-color: #A8537B;
}
.TagClassName
{
border-color: #A8537B;
}
</style>