Shades of Royal Heath #A9537B
Tints of Royal Heath #A9537B
RGB
CMYK
RGB Variations
Color information
#A9537B (or 0xA9537B) is known color: Royal Heath. HEX triplet: A9, 53 and 7B. RGB value is (169,83,123). Sum of RGB (Red+Green+Blue) = 169+83+123=375 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.07% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 169 - color contains mainly: red. Hex color #A9537B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9537B is #56AC84. Grayscale: #717171. Windows color (decimal): -5680261 or 8082345. OLE color: 8082345.
HSL color Cylindrical-coordinate representation of color #A9537B: hue angle of 332.09º 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 #A9537B is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 83 | 123 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.34 |
| HSL | 332.09º | 0.34% | 0.49% | - |
| HSV(B) | 332.09º | 0.51% | 0.66% | - |
| XYZ | 23.03 | 16.05 | 20.62 | - |
| YUV | 113.27 | 133.49 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 83 | 123 | 0 | 0.51 | 0.27 | 0.34 | 332.09 | 0.34 | 0.49 |
| Hex | A9 | 53 | 7B | 0 | 33 | 1B | 22 | 14C | 22 | 31 |
| Octal | 251 | 123 | 173 | 0 | 63 | 33 | 42 | 514 | 42 | 61 |
| Binary | 10101001 | 1010011 | 1111011 | 0 | 110011 | 11011 | 100010 | 101001100 | 100010 | 110001 |
Color Harmonies of #A9537B
Complementary color
Monochromatic Colors of #A9537B
Black with #A9537B
Text Example
Text Example
White with #A9537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9537B; }
p { color: rgb(169,83,123); }
H1.HeaderClassName
{
color: #A9537B;
}
.AnyTagClassName
{
color: #A9537B;
}
</style>
background-color css
<style>
a { background-color: #A9537B; }
a { background-color: rgb(169,83,123); }
div.DivClassName
{
background-color: #A9537B;
}
.BgClassName
{
background-color: #A9537B;
}
</style>
border-color css
<style>
span { border-color: #A9537B; }
span { border-color: rgb(169,83,123); }
td.TdClassName
{
border-color: #A9537B;
}
.TagClassName
{
border-color: #A9537B;
}
</style>