Shades of Royal Heath #A7517D
Tints of Royal Heath #A7517D
RGB
CMYK
RGB Variations
Color information
#A7517D (or 0xA7517D) is known color: Royal Heath. HEX triplet: A7, 51 and 7D. RGB value is (167,81,125). Sum of RGB (Red+Green+Blue) = 167+81+125=373 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.77% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 167 - color contains mainly: red. Hex color #A7517D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7517D is #58AE82. Grayscale: #6F6F6F. Windows color (decimal): -5811843 or 8212903. OLE color: 8212903.
HSL color Cylindrical-coordinate representation of color #A7517D: hue angle of 329.3º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A7517D is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 81 | 125 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.35 |
| HSL | 329.3º | 0.35% | 0.49% | - |
| HSV(B) | 329.3º | 0.51% | 0.65% | - |
| XYZ | 22.58 | 15.58 | 21.22 | - |
| YUV | 111.73 | 135.49 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 81 | 125 | 0 | 0.51 | 0.25 | 0.35 | 329.3 | 0.35 | 0.49 |
| Hex | A7 | 51 | 7D | 0 | 33 | 19 | 23 | 149 | 23 | 31 |
| Octal | 247 | 121 | 175 | 0 | 63 | 31 | 43 | 511 | 43 | 61 |
| Binary | 10100111 | 1010001 | 1111101 | 0 | 110011 | 11001 | 100011 | 101001001 | 100011 | 110001 |
Color Harmonies of #A7517D
Complementary color
Monochromatic Colors of #A7517D
Black with #A7517D
Text Example
Text Example
White with #A7517D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7517D; }
p { color: rgb(167,81,125); }
H1.HeaderClassName
{
color: #A7517D;
}
.AnyTagClassName
{
color: #A7517D;
}
</style>
background-color css
<style>
a { background-color: #A7517D; }
a { background-color: rgb(167,81,125); }
div.DivClassName
{
background-color: #A7517D;
}
.BgClassName
{
background-color: #A7517D;
}
</style>
border-color css
<style>
span { border-color: #A7517D; }
span { border-color: rgb(167,81,125); }
td.TdClassName
{
border-color: #A7517D;
}
.TagClassName
{
border-color: #A7517D;
}
</style>