Shades of Royal Heath #A7537D
Tints of Royal Heath #A7537D
RGB
CMYK
RGB Variations
Color information
#A7537D (or 0xA7537D) is known color: Royal Heath. HEX triplet: A7, 53 and 7D. RGB value is (167,83,125). Sum of RGB (Red+Green+Blue) = 167+83+125=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 167 - color contains mainly: red. Hex color #A7537D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7537D is #58AC82. Grayscale: #707070. Windows color (decimal): -5811331 or 8213415. OLE color: 8213415.
HSL color Cylindrical-coordinate representation of color #A7537D: hue angle of 330º degrees, saturation: 0.34, 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 #A7537D is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 83 | 125 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.35 |
| HSL | 330º | 0.34% | 0.49% | - |
| HSV(B) | 330º | 0.5% | 0.65% | - |
| XYZ | 22.73 | 15.88 | 21.27 | - |
| YUV | 112.9 | 134.83 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 83 | 125 | 0 | 0.50 | 0.25 | 0.35 | 330 | 0.34 | 0.49 |
| Hex | A7 | 53 | 7D | 0 | 32 | 19 | 23 | 14A | 22 | 31 |
| Octal | 247 | 123 | 175 | 0 | 62 | 31 | 43 | 512 | 42 | 61 |
| Binary | 10100111 | 1010011 | 1111101 | 0 | 110010 | 11001 | 100011 | 101001010 | 100010 | 110001 |
Color Harmonies of #A7537D
Complementary color
Monochromatic Colors of #A7537D
Black with #A7537D
Text Example
Text Example
White with #A7537D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7537D; }
p { color: rgb(167,83,125); }
H1.HeaderClassName
{
color: #A7537D;
}
.AnyTagClassName
{
color: #A7537D;
}
</style>
background-color css
<style>
a { background-color: #A7537D; }
a { background-color: rgb(167,83,125); }
div.DivClassName
{
background-color: #A7537D;
}
.BgClassName
{
background-color: #A7537D;
}
</style>
border-color css
<style>
span { border-color: #A7537D; }
span { border-color: rgb(167,83,125); }
td.TdClassName
{
border-color: #A7537D;
}
.TagClassName
{
border-color: #A7537D;
}
</style>