Shades of Royal Heath #A8597E
Tints of Royal Heath #A8597E
RGB
CMYK
RGB Variations
Color information
#A8597E (or 0xA8597E) is known color: Royal Heath. HEX triplet: A8, 59 and 7E. RGB value is (168,89,126). Sum of RGB (Red+Green+Blue) = 168+89+126=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 168 - color contains mainly: red. Hex color #A8597E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8597E is #57A681. Grayscale: #747474. Windows color (decimal): -5744258 or 8280488. OLE color: 8280488.
HSL color Cylindrical-coordinate representation of color #A8597E: hue angle of 331.9º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8597E is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 89 | 126 | - |
| CMYK | 0 | 0.47 | 0.25 | 0.34 |
| HSL | 331.9º | 0.31% | 0.5% | - |
| HSV(B) | 331.9º | 0.47% | 0.66% | - |
| XYZ | 23.49 | 16.98 | 21.78 | - |
| YUV | 116.84 | 133.17 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 89 | 126 | 0 | 0.47 | 0.25 | 0.34 | 331.9 | 0.31 | 0.5 |
| Hex | A8 | 59 | 7E | 0 | 2F | 19 | 22 | 14C | 1F | 32 |
| Octal | 250 | 131 | 176 | 0 | 57 | 31 | 42 | 514 | 37 | 62 |
| Binary | 10101000 | 1011001 | 1111110 | 0 | 101111 | 11001 | 100010 | 101001100 | 11111 | 110010 |
Color Harmonies of #A8597E
Complementary color
Monochromatic Colors of #A8597E
Black with #A8597E
Text Example
Text Example
White with #A8597E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8597E; }
p { color: rgb(168,89,126); }
H1.HeaderClassName
{
color: #A8597E;
}
.AnyTagClassName
{
color: #A8597E;
}
</style>
background-color css
<style>
a { background-color: #A8597E; }
a { background-color: rgb(168,89,126); }
div.DivClassName
{
background-color: #A8597E;
}
.BgClassName
{
background-color: #A8597E;
}
</style>
border-color css
<style>
span { border-color: #A8597E; }
span { border-color: rgb(168,89,126); }
td.TdClassName
{
border-color: #A8597E;
}
.TagClassName
{
border-color: #A8597E;
}
</style>