Shades of Violet Blue #AC5599
Tints of Violet Blue #AC5599
RGB
CMYK
RGB Variations
Color information
#AC5599 (or 0xAC5599) is known color: Violet Blue. HEX triplet: AC, 55 and 99. RGB value is (172,85,153). Sum of RGB (Red+Green+Blue) = 172+85+153=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 85 (33.59% from 255 or 20.73% from 410); Blue value is 153 (60.16% from 255 or 37.32% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5599 is #53AA66. Grayscale: #767676. Windows color (decimal): -5483111 or 10048940. OLE color: 10048940.
HSL color Cylindrical-coordinate representation of color #AC5599: hue angle of 313.1º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC5599 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 85 | 153 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.33 |
| HSL | 313.1º | 0.34% | 0.5% | - |
| HSV(B) | 313.1º | 0.51% | 0.67% | - |
| XYZ | 26.01 | 17.57 | 32.16 | - |
| YUV | 118.77 | 147.32 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 85 | 153 | 0 | 0.51 | 0.11 | 0.33 | 313.1 | 0.34 | 0.5 |
| Hex | AC | 55 | 99 | 0 | 33 | B | 21 | 139 | 22 | 32 |
| Octal | 254 | 125 | 231 | 0 | 63 | 13 | 41 | 471 | 42 | 62 |
| Binary | 10101100 | 1010101 | 10011001 | 0 | 110011 | 1011 | 100001 | 100111001 | 100010 | 110010 |
Color Harmonies of #AC5599
Complementary color
Monochromatic Colors of #AC5599
Black with #AC5599
Text Example
Text Example
White with #AC5599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5599; }
p { color: rgb(172,85,153); }
H1.HeaderClassName
{
color: #AC5599;
}
.AnyTagClassName
{
color: #AC5599;
}
</style>
background-color css
<style>
a { background-color: #AC5599; }
a { background-color: rgb(172,85,153); }
div.DivClassName
{
background-color: #AC5599;
}
.BgClassName
{
background-color: #AC5599;
}
</style>
border-color css
<style>
span { border-color: #AC5599; }
span { border-color: rgb(172,85,153); }
td.TdClassName
{
border-color: #AC5599;
}
.TagClassName
{
border-color: #AC5599;
}
</style>