Shades of Royal Heath #AC597B
Tints of Royal Heath #AC597B
RGB
CMYK
RGB Variations
Color information
#AC597B (or 0xAC597B) is known color: Royal Heath. HEX triplet: AC, 59 and 7B. RGB value is (172,89,123). Sum of RGB (Red+Green+Blue) = 172+89+123=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #AC597B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC597B is #53A684. Grayscale: #757575. Windows color (decimal): -5482117 or 8083884. OLE color: 8083884.
HSL color Cylindrical-coordinate representation of color #AC597B: hue angle of 335.42º 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 #AC597B is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 89 | 123 | - |
| CMYK | 0 | 0.48 | 0.28 | 0.33 |
| HSL | 335.42º | 0.33% | 0.51% | - |
| HSV(B) | 335.42º | 0.48% | 0.67% | - |
| XYZ | 24.16 | 17.35 | 20.81 | - |
| YUV | 117.69 | 131 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 89 | 123 | 0 | 0.48 | 0.28 | 0.33 | 335.42 | 0.33 | 0.51 |
| Hex | AC | 59 | 7B | 0 | 30 | 1C | 21 | 14F | 21 | 33 |
| Octal | 254 | 131 | 173 | 0 | 60 | 34 | 41 | 517 | 41 | 63 |
| Binary | 10101100 | 1011001 | 1111011 | 0 | 110000 | 11100 | 100001 | 101001111 | 100001 | 110011 |
Color Harmonies of #AC597B
Complementary color
Monochromatic Colors of #AC597B
Black with #AC597B
Text Example
Text Example
White with #AC597B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC597B; }
p { color: rgb(172,89,123); }
H1.HeaderClassName
{
color: #AC597B;
}
.AnyTagClassName
{
color: #AC597B;
}
</style>
background-color css
<style>
a { background-color: #AC597B; }
a { background-color: rgb(172,89,123); }
div.DivClassName
{
background-color: #AC597B;
}
.BgClassName
{
background-color: #AC597B;
}
</style>
border-color css
<style>
span { border-color: #AC597B; }
span { border-color: rgb(172,89,123); }
td.TdClassName
{
border-color: #AC597B;
}
.TagClassName
{
border-color: #AC597B;
}
</style>