Shades of Violet Blue #AC579F
Tints of Violet Blue #AC579F
RGB
CMYK
RGB Variations
Color information
#AC579F (or 0xAC579F) is known color: Violet Blue. HEX triplet: AC, 57 and 9F. RGB value is (172,87,159). Sum of RGB (Red+Green+Blue) = 172+87+159=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 87 (34.38% from 255 or 20.81% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 172 - color contains mainly: red. Hex color #AC579F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC579F is #53A860. Grayscale: #787878. Windows color (decimal): -5482593 or 10442668. OLE color: 10442668.
HSL color Cylindrical-coordinate representation of color #AC579F: hue angle of 309.18º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC579F is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 87 | 159 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.33 |
| HSL | 309.18º | 0.34% | 0.51% | - |
| HSV(B) | 309.18º | 0.49% | 0.67% | - |
| XYZ | 26.68 | 18.09 | 34.89 | - |
| YUV | 120.62 | 149.66 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 87 | 159 | 0 | 0.49 | 0.08 | 0.33 | 309.18 | 0.34 | 0.51 |
| Hex | AC | 57 | 9F | 0 | 31 | 8 | 21 | 135 | 22 | 33 |
| Octal | 254 | 127 | 237 | 0 | 61 | 10 | 41 | 465 | 42 | 63 |
| Binary | 10101100 | 1010111 | 10011111 | 0 | 110001 | 1000 | 100001 | 100110101 | 100010 | 110011 |
Color Harmonies of #AC579F
Complementary color
Monochromatic Colors of #AC579F
Black with #AC579F
Text Example
Text Example
White with #AC579F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC579F; }
p { color: rgb(172,87,159); }
H1.HeaderClassName
{
color: #AC579F;
}
.AnyTagClassName
{
color: #AC579F;
}
</style>
background-color css
<style>
a { background-color: #AC579F; }
a { background-color: rgb(172,87,159); }
div.DivClassName
{
background-color: #AC579F;
}
.BgClassName
{
background-color: #AC579F;
}
</style>
border-color css
<style>
span { border-color: #AC579F; }
span { border-color: rgb(172,87,159); }
td.TdClassName
{
border-color: #AC579F;
}
.TagClassName
{
border-color: #AC579F;
}
</style>