Shades of Royal Heath #AC597D
Tints of Royal Heath #AC597D
RGB
CMYK
RGB Variations
Color information
#AC597D (or 0xAC597D) is known color: Royal Heath. HEX triplet: AC, 59 and 7D. RGB value is (172,89,125). Sum of RGB (Red+Green+Blue) = 172+89+125=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #AC597D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC597D is #53A682. Grayscale: #757575. Windows color (decimal): -5482115 or 8214956. OLE color: 8214956.
HSL color Cylindrical-coordinate representation of color #AC597D: hue angle of 333.98º 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 #AC597D is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 89 | 125 | - |
| CMYK | 0 | 0.48 | 0.27 | 0.33 |
| HSL | 333.98º | 0.33% | 0.51% | - |
| HSV(B) | 333.98º | 0.48% | 0.67% | - |
| XYZ | 24.29 | 17.4 | 21.48 | - |
| YUV | 117.92 | 132 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 89 | 125 | 0 | 0.48 | 0.27 | 0.33 | 333.98 | 0.33 | 0.51 |
| Hex | AC | 59 | 7D | 0 | 30 | 1B | 21 | 14E | 21 | 33 |
| Octal | 254 | 131 | 175 | 0 | 60 | 33 | 41 | 516 | 41 | 63 |
| Binary | 10101100 | 1011001 | 1111101 | 0 | 110000 | 11011 | 100001 | 101001110 | 100001 | 110011 |
Color Harmonies of #AC597D
Complementary color
Monochromatic Colors of #AC597D
Black with #AC597D
Text Example
Text Example
White with #AC597D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC597D; }
p { color: rgb(172,89,125); }
H1.HeaderClassName
{
color: #AC597D;
}
.AnyTagClassName
{
color: #AC597D;
}
</style>
background-color css
<style>
a { background-color: #AC597D; }
a { background-color: rgb(172,89,125); }
div.DivClassName
{
background-color: #AC597D;
}
.BgClassName
{
background-color: #AC597D;
}
</style>
border-color css
<style>
span { border-color: #AC597D; }
span { border-color: rgb(172,89,125); }
td.TdClassName
{
border-color: #AC597D;
}
.TagClassName
{
border-color: #AC597D;
}
</style>