Shades of Violet Blue #AC559C
Tints of Violet Blue #AC559C
RGB
CMYK
RGB Variations
Color information
#AC559C (or 0xAC559C) is known color: Violet Blue. HEX triplet: AC, 55 and 9C. RGB value is (172,85,156). Sum of RGB (Red+Green+Blue) = 172+85+156=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC559C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC559C is #53AA63. Grayscale: #767676. Windows color (decimal): -5483108 or 10245548. OLE color: 10245548.
HSL color Cylindrical-coordinate representation of color #AC559C: hue angle of 311.03º 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 #AC559C is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 85 | 156 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.33 |
| HSL | 311.03º | 0.34% | 0.5% | - |
| HSV(B) | 311.03º | 0.51% | 0.67% | - |
| XYZ | 26.26 | 17.67 | 33.48 | - |
| YUV | 119.11 | 148.82 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 85 | 156 | 0 | 0.51 | 0.09 | 0.33 | 311.03 | 0.34 | 0.5 |
| Hex | AC | 55 | 9C | 0 | 33 | 9 | 21 | 137 | 22 | 32 |
| Octal | 254 | 125 | 234 | 0 | 63 | 11 | 41 | 467 | 42 | 62 |
| Binary | 10101100 | 1010101 | 10011100 | 0 | 110011 | 1001 | 100001 | 100110111 | 100010 | 110010 |
Color Harmonies of #AC559C
Complementary color
Monochromatic Colors of #AC559C
Black with #AC559C
Text Example
Text Example
White with #AC559C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC559C; }
p { color: rgb(172,85,156); }
H1.HeaderClassName
{
color: #AC559C;
}
.AnyTagClassName
{
color: #AC559C;
}
</style>
background-color css
<style>
a { background-color: #AC559C; }
a { background-color: rgb(172,85,156); }
div.DivClassName
{
background-color: #AC559C;
}
.BgClassName
{
background-color: #AC559C;
}
</style>
border-color css
<style>
span { border-color: #AC559C; }
span { border-color: rgb(172,85,156); }
td.TdClassName
{
border-color: #AC559C;
}
.TagClassName
{
border-color: #AC559C;
}
</style>