Shades of Violet Blue #AC59A8
Tints of Violet Blue #AC59A8
RGB
CMYK
RGB Variations
Color information
#AC59A8 (or 0xAC59A8) is known color: Violet Blue. HEX triplet: AC, 59 and A8. RGB value is (172,89,168). Sum of RGB (Red+Green+Blue) = 172+89+168=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 89 (35.16% from 255 or 20.75% from 429); Blue value is 168 (66.02% from 255 or 39.16% from 429); Max value from RGB is 172 - color contains mainly: red. Hex color #AC59A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC59A8 is #53A657. Grayscale: #7A7A7A. Windows color (decimal): -5482072 or 11033004. OLE color: 11033004.
HSL color Cylindrical-coordinate representation of color #AC59A8: hue angle of 302.89º 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 #AC59A8 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 89 | 168 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.33 |
| HSL | 302.89º | 0.33% | 0.51% | - |
| HSV(B) | 302.89º | 0.48% | 0.67% | - |
| XYZ | 27.65 | 18.74 | 39.21 | - |
| YUV | 122.82 | 153.5 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 89 | 168 | 0 | 0.48 | 0.02 | 0.33 | 302.89 | 0.33 | 0.51 |
| Hex | AC | 59 | A8 | 0 | 30 | 2 | 21 | 12F | 21 | 33 |
| Octal | 254 | 131 | 250 | 0 | 60 | 2 | 41 | 457 | 41 | 63 |
| Binary | 10101100 | 1011001 | 10101000 | 0 | 110000 | 10 | 100001 | 100101111 | 100001 | 110011 |
Color Harmonies of #AC59A8
Complementary color
Monochromatic Colors of #AC59A8
Black with #AC59A8
Text Example
Text Example
White with #AC59A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC59A8; }
p { color: rgb(172,89,168); }
H1.HeaderClassName
{
color: #AC59A8;
}
.AnyTagClassName
{
color: #AC59A8;
}
</style>
background-color css
<style>
a { background-color: #AC59A8; }
a { background-color: rgb(172,89,168); }
div.DivClassName
{
background-color: #AC59A8;
}
.BgClassName
{
background-color: #AC59A8;
}
</style>
border-color css
<style>
span { border-color: #AC59A8; }
span { border-color: rgb(172,89,168); }
td.TdClassName
{
border-color: #AC59A8;
}
.TagClassName
{
border-color: #AC59A8;
}
</style>