Shades of Royal Heath #A8517D
Tints of Royal Heath #A8517D
RGB
CMYK
RGB Variations
Color information
#A8517D (or 0xA8517D) is known color: Royal Heath. HEX triplet: A8, 51 and 7D. RGB value is (168,81,125). Sum of RGB (Red+Green+Blue) = 168+81+125=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 125 (49.22% from 255 or 33.42% from 374); Max value from RGB is 168 - color contains mainly: red. Hex color #A8517D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8517D is #57AE82. Grayscale: #6F6F6F. Windows color (decimal): -5746307 or 8212904. OLE color: 8212904.
HSL color Cylindrical-coordinate representation of color #A8517D: hue angle of 329.66º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A8517D is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 81 | 125 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.34 |
| HSL | 329.66º | 0.35% | 0.49% | - |
| HSV(B) | 329.66º | 0.52% | 0.66% | - |
| XYZ | 22.79 | 15.69 | 21.23 | - |
| YUV | 112.03 | 135.32 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 81 | 125 | 0 | 0.52 | 0.26 | 0.34 | 329.66 | 0.35 | 0.49 |
| Hex | A8 | 51 | 7D | 0 | 34 | 1A | 22 | 14A | 23 | 31 |
| Octal | 250 | 121 | 175 | 0 | 64 | 32 | 42 | 512 | 43 | 61 |
| Binary | 10101000 | 1010001 | 1111101 | 0 | 110100 | 11010 | 100010 | 101001010 | 100011 | 110001 |
Color Harmonies of #A8517D
Complementary color
Monochromatic Colors of #A8517D
Black with #A8517D
Text Example
Text Example
White with #A8517D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8517D; }
p { color: rgb(168,81,125); }
H1.HeaderClassName
{
color: #A8517D;
}
.AnyTagClassName
{
color: #A8517D;
}
</style>
background-color css
<style>
a { background-color: #A8517D; }
a { background-color: rgb(168,81,125); }
div.DivClassName
{
background-color: #A8517D;
}
.BgClassName
{
background-color: #A8517D;
}
</style>
border-color css
<style>
span { border-color: #A8517D; }
span { border-color: rgb(168,81,125); }
td.TdClassName
{
border-color: #A8517D;
}
.TagClassName
{
border-color: #A8517D;
}
</style>