Shades of Royal Heath #A8597B
Tints of Royal Heath #A8597B
RGB
CMYK
RGB Variations
Color information
#A8597B (or 0xA8597B) is known color: Royal Heath. HEX triplet: A8, 59 and 7B. RGB value is (168,89,123). Sum of RGB (Red+Green+Blue) = 168+89+123=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 168 - color contains mainly: red. Hex color #A8597B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8597B is #57A684. Grayscale: #747474. Windows color (decimal): -5744261 or 8083880. OLE color: 8083880.
HSL color Cylindrical-coordinate representation of color #A8597B: hue angle of 334.18º 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 #A8597B is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 89 | 123 | - |
| CMYK | 0 | 0.47 | 0.27 | 0.34 |
| HSL | 334.18º | 0.31% | 0.5% | - |
| HSV(B) | 334.18º | 0.47% | 0.66% | - |
| XYZ | 23.3 | 16.9 | 20.77 | - |
| YUV | 116.5 | 131.67 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 89 | 123 | 0 | 0.47 | 0.27 | 0.34 | 334.18 | 0.31 | 0.5 |
| Hex | A8 | 59 | 7B | 0 | 2F | 1B | 22 | 14E | 1F | 32 |
| Octal | 250 | 131 | 173 | 0 | 57 | 33 | 42 | 516 | 37 | 62 |
| Binary | 10101000 | 1011001 | 1111011 | 0 | 101111 | 11011 | 100010 | 101001110 | 11111 | 110010 |
Color Harmonies of #A8597B
Complementary color
Monochromatic Colors of #A8597B
Black with #A8597B
Text Example
Text Example
White with #A8597B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8597B; }
p { color: rgb(168,89,123); }
H1.HeaderClassName
{
color: #A8597B;
}
.AnyTagClassName
{
color: #A8597B;
}
</style>
background-color css
<style>
a { background-color: #A8597B; }
a { background-color: rgb(168,89,123); }
div.DivClassName
{
background-color: #A8597B;
}
.BgClassName
{
background-color: #A8597B;
}
</style>
border-color css
<style>
span { border-color: #A8597B; }
span { border-color: rgb(168,89,123); }
td.TdClassName
{
border-color: #A8597B;
}
.TagClassName
{
border-color: #A8597B;
}
</style>