Shades of Royal Heath #A95A7E
Tints of Royal Heath #A95A7E
RGB
CMYK
RGB Variations
Color information
#A95A7E (or 0xA95A7E) is known color: Royal Heath. HEX triplet: A9, 5A and 7E. RGB value is (169,90,126). Sum of RGB (Red+Green+Blue) = 169+90+126=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 169 - color contains mainly: red. Hex color #A95A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95A7E is #56A581. Grayscale: #757575. Windows color (decimal): -5678466 or 8280745. OLE color: 8280745.
HSL color Cylindrical-coordinate representation of color #A95A7E: hue angle of 332.66º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A95A7E is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 90 | 126 | - |
| CMYK | 0 | 0.47 | 0.25 | 0.34 |
| HSL | 332.66º | 0.31% | 0.51% | - |
| HSV(B) | 332.66º | 0.47% | 0.66% | - |
| XYZ | 23.78 | 17.25 | 21.82 | - |
| YUV | 117.73 | 132.67 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 90 | 126 | 0 | 0.47 | 0.25 | 0.34 | 332.66 | 0.31 | 0.51 |
| Hex | A9 | 5A | 7E | 0 | 2F | 19 | 22 | 14D | 1F | 33 |
| Octal | 251 | 132 | 176 | 0 | 57 | 31 | 42 | 515 | 37 | 63 |
| Binary | 10101001 | 1011010 | 1111110 | 0 | 101111 | 11001 | 100010 | 101001101 | 11111 | 110011 |
Color Harmonies of #A95A7E
Complementary color
Monochromatic Colors of #A95A7E
Black with #A95A7E
Text Example
Text Example
White with #A95A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95A7E; }
p { color: rgb(169,90,126); }
H1.HeaderClassName
{
color: #A95A7E;
}
.AnyTagClassName
{
color: #A95A7E;
}
</style>
background-color css
<style>
a { background-color: #A95A7E; }
a { background-color: rgb(169,90,126); }
div.DivClassName
{
background-color: #A95A7E;
}
.BgClassName
{
background-color: #A95A7E;
}
</style>
border-color css
<style>
span { border-color: #A95A7E; }
span { border-color: rgb(169,90,126); }
td.TdClassName
{
border-color: #A95A7E;
}
.TagClassName
{
border-color: #A95A7E;
}
</style>