Shades of Royal Heath #A9577B
Tints of Royal Heath #A9577B
RGB
CMYK
RGB Variations
Color information
#A9577B (or 0xA9577B) is known color: Royal Heath. HEX triplet: A9, 57 and 7B. RGB value is (169,87,123). Sum of RGB (Red+Green+Blue) = 169+87+123=379 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.59% from 379); Green value is 87 (34.38% from 255 or 22.96% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 169 - color contains mainly: red. Hex color #A9577B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9577B is #56A884. Grayscale: #737373. Windows color (decimal): -5679237 or 8083369. OLE color: 8083369.
HSL color Cylindrical-coordinate representation of color #A9577B: hue angle of 333.66º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A9577B is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 87 | 123 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.34 |
| HSL | 333.66º | 0.32% | 0.5% | - |
| HSV(B) | 333.66º | 0.49% | 0.66% | - |
| XYZ | 23.35 | 16.68 | 20.73 | - |
| YUV | 115.62 | 132.17 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 87 | 123 | 0 | 0.49 | 0.27 | 0.34 | 333.66 | 0.32 | 0.5 |
| Hex | A9 | 57 | 7B | 0 | 31 | 1B | 22 | 14E | 20 | 32 |
| Octal | 251 | 127 | 173 | 0 | 61 | 33 | 42 | 516 | 40 | 62 |
| Binary | 10101001 | 1010111 | 1111011 | 0 | 110001 | 11011 | 100010 | 101001110 | 100000 | 110010 |
Color Harmonies of #A9577B
Complementary color
Monochromatic Colors of #A9577B
Black with #A9577B
Text Example
Text Example
White with #A9577B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9577B; }
p { color: rgb(169,87,123); }
H1.HeaderClassName
{
color: #A9577B;
}
.AnyTagClassName
{
color: #A9577B;
}
</style>
background-color css
<style>
a { background-color: #A9577B; }
a { background-color: rgb(169,87,123); }
div.DivClassName
{
background-color: #A9577B;
}
.BgClassName
{
background-color: #A9577B;
}
</style>
border-color css
<style>
span { border-color: #A9577B; }
span { border-color: rgb(169,87,123); }
td.TdClassName
{
border-color: #A9577B;
}
.TagClassName
{
border-color: #A9577B;
}
</style>