Shades of Royal Heath #A9587A
Tints of Royal Heath #A9587A
RGB
CMYK
RGB Variations
Color information
#A9587A (or 0xA9587A) is known color: Royal Heath. HEX triplet: A9, 58 and 7A. RGB value is (169,88,122). Sum of RGB (Red+Green+Blue) = 169+88+122=379 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.59% from 379); Green value is 88 (34.77% from 255 or 23.22% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 169 - color contains mainly: red. Hex color #A9587A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9587A is #56A785. Grayscale: #747474. Windows color (decimal): -5678982 or 8018089. OLE color: 8018089.
HSL color Cylindrical-coordinate representation of color #A9587A: hue angle of 334.81º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A9587A is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 88 | 122 | - |
| CMYK | 0 | 0.48 | 0.28 | 0.34 |
| HSL | 334.81º | 0.32% | 0.5% | - |
| HSV(B) | 334.81º | 0.48% | 0.66% | - |
| XYZ | 23.36 | 16.82 | 20.43 | - |
| YUV | 116.1 | 131.34 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 88 | 122 | 0 | 0.48 | 0.28 | 0.34 | 334.81 | 0.32 | 0.5 |
| Hex | A9 | 58 | 7A | 0 | 30 | 1C | 22 | 14F | 20 | 32 |
| Octal | 251 | 130 | 172 | 0 | 60 | 34 | 42 | 517 | 40 | 62 |
| Binary | 10101001 | 1011000 | 1111010 | 0 | 110000 | 11100 | 100010 | 101001111 | 100000 | 110010 |
Color Harmonies of #A9587A
Complementary color
Monochromatic Colors of #A9587A
Black with #A9587A
Text Example
Text Example
White with #A9587A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9587A; }
p { color: rgb(169,88,122); }
H1.HeaderClassName
{
color: #A9587A;
}
.AnyTagClassName
{
color: #A9587A;
}
</style>
background-color css
<style>
a { background-color: #A9587A; }
a { background-color: rgb(169,88,122); }
div.DivClassName
{
background-color: #A9587A;
}
.BgClassName
{
background-color: #A9587A;
}
</style>
border-color css
<style>
span { border-color: #A9587A; }
span { border-color: rgb(169,88,122); }
td.TdClassName
{
border-color: #A9587A;
}
.TagClassName
{
border-color: #A9587A;
}
</style>