Shades of Royal Heath #A7597A
Tints of Royal Heath #A7597A
RGB
CMYK
RGB Variations
Color information
#A7597A (or 0xA7597A) is known color: Royal Heath. HEX triplet: A7, 59 and 7A. RGB value is (167,89,122). Sum of RGB (Red+Green+Blue) = 167+89+122=378 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.18% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 167 - color contains mainly: red. Hex color #A7597A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7597A is #58A685. Grayscale: #747474. Windows color (decimal): -5809798 or 8018343. OLE color: 8018343.
HSL color Cylindrical-coordinate representation of color #A7597A: hue angle of 334.62º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A7597A is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 89 | 122 | - |
| CMYK | 0 | 0.47 | 0.27 | 0.35 |
| HSL | 334.62º | 0.31% | 0.5% | - |
| HSV(B) | 334.62º | 0.47% | 0.65% | - |
| XYZ | 23.02 | 16.77 | 20.44 | - |
| YUV | 116.08 | 131.34 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 89 | 122 | 0 | 0.47 | 0.27 | 0.35 | 334.62 | 0.31 | 0.5 |
| Hex | A7 | 59 | 7A | 0 | 2F | 1B | 23 | 14F | 1F | 32 |
| Octal | 247 | 131 | 172 | 0 | 57 | 33 | 43 | 517 | 37 | 62 |
| Binary | 10100111 | 1011001 | 1111010 | 0 | 101111 | 11011 | 100011 | 101001111 | 11111 | 110010 |
Color Harmonies of #A7597A
Complementary color
Monochromatic Colors of #A7597A
Black with #A7597A
Text Example
Text Example
White with #A7597A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7597A; }
p { color: rgb(167,89,122); }
H1.HeaderClassName
{
color: #A7597A;
}
.AnyTagClassName
{
color: #A7597A;
}
</style>
background-color css
<style>
a { background-color: #A7597A; }
a { background-color: rgb(167,89,122); }
div.DivClassName
{
background-color: #A7597A;
}
.BgClassName
{
background-color: #A7597A;
}
</style>
border-color css
<style>
span { border-color: #A7597A; }
span { border-color: rgb(167,89,122); }
td.TdClassName
{
border-color: #A7597A;
}
.TagClassName
{
border-color: #A7597A;
}
</style>