Shades of Violet Blue #AC5997
Tints of Violet Blue #AC5997
RGB
CMYK
RGB Variations
Color information
#AC5997 (or 0xAC5997) is known color: Violet Blue. HEX triplet: AC, 59 and 97. RGB value is (172,89,151). Sum of RGB (Red+Green+Blue) = 172+89+151=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 151 (59.38% from 255 or 36.65% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5997 is #53A668. Grayscale: #787878. Windows color (decimal): -5482089 or 9918892. OLE color: 9918892.
HSL color Cylindrical-coordinate representation of color #AC5997: hue angle of 315.18º 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 #AC5997 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 89 | 151 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.33 |
| HSL | 315.18º | 0.33% | 0.51% | - |
| HSV(B) | 315.18º | 0.48% | 0.67% | - |
| XYZ | 26.17 | 18.15 | 31.4 | - |
| YUV | 120.89 | 145 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 89 | 151 | 0 | 0.48 | 0.12 | 0.33 | 315.18 | 0.33 | 0.51 |
| Hex | AC | 59 | 97 | 0 | 30 | C | 21 | 13B | 21 | 33 |
| Octal | 254 | 131 | 227 | 0 | 60 | 14 | 41 | 473 | 41 | 63 |
| Binary | 10101100 | 1011001 | 10010111 | 0 | 110000 | 1100 | 100001 | 100111011 | 100001 | 110011 |
Color Harmonies of #AC5997
Complementary color
Monochromatic Colors of #AC5997
Black with #AC5997
Text Example
Text Example
White with #AC5997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5997; }
p { color: rgb(172,89,151); }
H1.HeaderClassName
{
color: #AC5997;
}
.AnyTagClassName
{
color: #AC5997;
}
</style>
background-color css
<style>
a { background-color: #AC5997; }
a { background-color: rgb(172,89,151); }
div.DivClassName
{
background-color: #AC5997;
}
.BgClassName
{
background-color: #AC5997;
}
</style>
border-color css
<style>
span { border-color: #AC5997; }
span { border-color: rgb(172,89,151); }
td.TdClassName
{
border-color: #AC5997;
}
.TagClassName
{
border-color: #AC5997;
}
</style>