Shades of Royal Heath #AC597C
Tints of Royal Heath #AC597C
RGB
CMYK
RGB Variations
Color information
#AC597C (or 0xAC597C) is known color: Royal Heath. HEX triplet: AC, 59 and 7C. RGB value is (172,89,124). Sum of RGB (Red+Green+Blue) = 172+89+124=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC597C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC597C is #53A683. Grayscale: #757575. Windows color (decimal): -5482116 or 8149420. OLE color: 8149420.
HSL color Cylindrical-coordinate representation of color #AC597C: hue angle of 334.7º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC597C is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 89 | 124 | - |
| CMYK | 0 | 0.48 | 0.28 | 0.33 |
| HSL | 334.7º | 0.33% | 0.51% | - |
| HSV(B) | 334.7º | 0.48% | 0.67% | - |
| XYZ | 24.22 | 17.37 | 21.14 | - |
| YUV | 117.81 | 131.5 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 89 | 124 | 0 | 0.48 | 0.28 | 0.33 | 334.7 | 0.33 | 0.51 |
| Hex | AC | 59 | 7C | 0 | 30 | 1C | 21 | 14F | 21 | 33 |
| Octal | 254 | 131 | 174 | 0 | 60 | 34 | 41 | 517 | 41 | 63 |
| Binary | 10101100 | 1011001 | 1111100 | 0 | 110000 | 11100 | 100001 | 101001111 | 100001 | 110011 |
Color Harmonies of #AC597C
Complementary color
Monochromatic Colors of #AC597C
Black with #AC597C
Text Example
Text Example
White with #AC597C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC597C; }
p { color: rgb(172,89,124); }
H1.HeaderClassName
{
color: #AC597C;
}
.AnyTagClassName
{
color: #AC597C;
}
</style>
background-color css
<style>
a { background-color: #AC597C; }
a { background-color: rgb(172,89,124); }
div.DivClassName
{
background-color: #AC597C;
}
.BgClassName
{
background-color: #AC597C;
}
</style>
border-color css
<style>
span { border-color: #AC597C; }
span { border-color: rgb(172,89,124); }
td.TdClassName
{
border-color: #AC597C;
}
.TagClassName
{
border-color: #AC597C;
}
</style>