Shades of Royal Heath #A4597B
Tints of Royal Heath #A4597B
RGB
CMYK
RGB Variations
Color information
#A4597B (or 0xA4597B) is known color: Royal Heath. HEX triplet: A4, 59 and 7B. RGB value is (164,89,123). Sum of RGB (Red+Green+Blue) = 164+89+123=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 164 - color contains mainly: red. Hex color #A4597B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4597B is #5BA684. Grayscale: #737373. Windows color (decimal): -6006405 or 8083876. OLE color: 8083876.
HSL color Cylindrical-coordinate representation of color #A4597B: hue angle of 332.8º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A4597B is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 89 | 123 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.36 |
| HSL | 332.8º | 0.3% | 0.5% | - |
| HSV(B) | 332.8º | 0.46% | 0.64% | - |
| XYZ | 22.46 | 16.47 | 20.73 | - |
| YUV | 115.3 | 132.35 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 89 | 123 | 0 | 0.46 | 0.25 | 0.36 | 332.8 | 0.3 | 0.5 |
| Hex | A4 | 59 | 7B | 0 | 2E | 19 | 24 | 14D | 1E | 32 |
| Octal | 244 | 131 | 173 | 0 | 56 | 31 | 44 | 515 | 36 | 62 |
| Binary | 10100100 | 1011001 | 1111011 | 0 | 101110 | 11001 | 100100 | 101001101 | 11110 | 110010 |
Color Harmonies of #A4597B
Complementary color
Monochromatic Colors of #A4597B
Black with #A4597B
Text Example
Text Example
White with #A4597B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4597B; }
p { color: rgb(164,89,123); }
H1.HeaderClassName
{
color: #A4597B;
}
.AnyTagClassName
{
color: #A4597B;
}
</style>
background-color css
<style>
a { background-color: #A4597B; }
a { background-color: rgb(164,89,123); }
div.DivClassName
{
background-color: #A4597B;
}
.BgClassName
{
background-color: #A4597B;
}
</style>
border-color css
<style>
span { border-color: #A4597B; }
span { border-color: rgb(164,89,123); }
td.TdClassName
{
border-color: #A4597B;
}
.TagClassName
{
border-color: #A4597B;
}
</style>