Shades of Violet Blue #AC599C
Tints of Violet Blue #AC599C
RGB
CMYK
RGB Variations
Color information
#AC599C (or 0xAC599C) is known color: Violet Blue. HEX triplet: AC, 59 and 9C. RGB value is (172,89,156). Sum of RGB (Red+Green+Blue) = 172+89+156=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 89 (35.16% from 255 or 21.34% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC599C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC599C is #53A663. Grayscale: #797979. Windows color (decimal): -5482084 or 10246572. OLE color: 10246572.
HSL color Cylindrical-coordinate representation of color #AC599C: hue angle of 311.57º 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 #AC599C is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 89 | 156 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.33 |
| HSL | 311.57º | 0.33% | 0.51% | - |
| HSV(B) | 311.57º | 0.48% | 0.67% | - |
| XYZ | 26.59 | 18.32 | 33.59 | - |
| YUV | 121.46 | 147.5 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 89 | 156 | 0 | 0.48 | 0.09 | 0.33 | 311.57 | 0.33 | 0.51 |
| Hex | AC | 59 | 9C | 0 | 30 | 9 | 21 | 138 | 21 | 33 |
| Octal | 254 | 131 | 234 | 0 | 60 | 11 | 41 | 470 | 41 | 63 |
| Binary | 10101100 | 1011001 | 10011100 | 0 | 110000 | 1001 | 100001 | 100111000 | 100001 | 110011 |
Color Harmonies of #AC599C
Complementary color
Monochromatic Colors of #AC599C
Black with #AC599C
Text Example
Text Example
White with #AC599C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC599C; }
p { color: rgb(172,89,156); }
H1.HeaderClassName
{
color: #AC599C;
}
.AnyTagClassName
{
color: #AC599C;
}
</style>
background-color css
<style>
a { background-color: #AC599C; }
a { background-color: rgb(172,89,156); }
div.DivClassName
{
background-color: #AC599C;
}
.BgClassName
{
background-color: #AC599C;
}
</style>
border-color css
<style>
span { border-color: #AC599C; }
span { border-color: rgb(172,89,156); }
td.TdClassName
{
border-color: #AC599C;
}
.TagClassName
{
border-color: #AC599C;
}
</style>