Shades of Royal Heath #A95873
Tints of Royal Heath #A95873
RGB
CMYK
RGB Variations
Color information
#A95873 (or 0xA95873) is known color: Royal Heath. HEX triplet: A9, 58 and 73. RGB value is (169,88,115). Sum of RGB (Red+Green+Blue) = 169+88+115=372 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.43% from 372); Green value is 88 (34.77% from 255 or 23.66% from 372); Blue value is 115 (45.31% from 255 or 30.91% from 372); Max value from RGB is 169 - color contains mainly: red. Hex color #A95873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95873 is #56A78C. Grayscale: #737373. Windows color (decimal): -5678989 or 7559337. OLE color: 7559337.
HSL color Cylindrical-coordinate representation of color #A95873: hue angle of 340º 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 #A95873 is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 88 | 115 | - |
| CMYK | 0 | 0.48 | 0.32 | 0.34 |
| HSL | 340º | 0.32% | 0.5% | - |
| HSV(B) | 340º | 0.48% | 0.66% | - |
| XYZ | 22.95 | 16.65 | 18.22 | - |
| YUV | 115.3 | 127.84 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 88 | 115 | 0 | 0.48 | 0.32 | 0.34 | 340 | 0.32 | 0.5 |
| Hex | A9 | 58 | 73 | 0 | 30 | 20 | 22 | 154 | 20 | 32 |
| Octal | 251 | 130 | 163 | 0 | 60 | 40 | 42 | 524 | 40 | 62 |
| Binary | 10101001 | 1011000 | 1110011 | 0 | 110000 | 100000 | 100010 | 101010100 | 100000 | 110010 |
Color Harmonies of #A95873
Complementary color
Monochromatic Colors of #A95873
Black with #A95873
Text Example
Text Example
White with #A95873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95873; }
p { color: rgb(169,88,115); }
H1.HeaderClassName
{
color: #A95873;
}
.AnyTagClassName
{
color: #A95873;
}
</style>
background-color css
<style>
a { background-color: #A95873; }
a { background-color: rgb(169,88,115); }
div.DivClassName
{
background-color: #A95873;
}
.BgClassName
{
background-color: #A95873;
}
</style>
border-color css
<style>
span { border-color: #A95873; }
span { border-color: rgb(169,88,115); }
td.TdClassName
{
border-color: #A95873;
}
.TagClassName
{
border-color: #A95873;
}
</style>