Shades of Royal Heath #A9577D
Tints of Royal Heath #A9577D
RGB
CMYK
RGB Variations
Color information
#A9577D (or 0xA9577D) is known color: Royal Heath. HEX triplet: A9, 57 and 7D. RGB value is (169,87,125). Sum of RGB (Red+Green+Blue) = 169+87+125=381 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.36% from 381); Green value is 87 (34.38% from 255 or 22.83% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 169 - color contains mainly: red. Hex color #A9577D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9577D is #56A882. Grayscale: #737373. Windows color (decimal): -5679235 or 8214441. OLE color: 8214441.
HSL color Cylindrical-coordinate representation of color #A9577D: hue angle of 332.2º 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 #A9577D is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 87 | 125 | - |
| CMYK | 0 | 0.49 | 0.26 | 0.34 |
| HSL | 332.2º | 0.32% | 0.5% | - |
| HSV(B) | 332.2º | 0.49% | 0.66% | - |
| XYZ | 23.47 | 16.73 | 21.39 | - |
| YUV | 115.85 | 133.17 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 87 | 125 | 0 | 0.49 | 0.26 | 0.34 | 332.2 | 0.32 | 0.5 |
| Hex | A9 | 57 | 7D | 0 | 31 | 1A | 22 | 14C | 20 | 32 |
| Octal | 251 | 127 | 175 | 0 | 61 | 32 | 42 | 514 | 40 | 62 |
| Binary | 10101001 | 1010111 | 1111101 | 0 | 110001 | 11010 | 100010 | 101001100 | 100000 | 110010 |
Color Harmonies of #A9577D
Complementary color
Monochromatic Colors of #A9577D
Black with #A9577D
Text Example
Text Example
White with #A9577D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9577D; }
p { color: rgb(169,87,125); }
H1.HeaderClassName
{
color: #A9577D;
}
.AnyTagClassName
{
color: #A9577D;
}
</style>
background-color css
<style>
a { background-color: #A9577D; }
a { background-color: rgb(169,87,125); }
div.DivClassName
{
background-color: #A9577D;
}
.BgClassName
{
background-color: #A9577D;
}
</style>
border-color css
<style>
span { border-color: #A9577D; }
span { border-color: rgb(169,87,125); }
td.TdClassName
{
border-color: #A9577D;
}
.TagClassName
{
border-color: #A9577D;
}
</style>