Shades of Violet Blue #AC579B
Tints of Violet Blue #AC579B
RGB
CMYK
RGB Variations
Color information
#AC579B (or 0xAC579B) is known color: Violet Blue. HEX triplet: AC, 57 and 9B. RGB value is (172,87,155). Sum of RGB (Red+Green+Blue) = 172+87+155=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 87 (34.38% from 255 or 21.01% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 172 - color contains mainly: red. Hex color #AC579B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC579B is #53A864. Grayscale: #777777. Windows color (decimal): -5482597 or 10180524. OLE color: 10180524.
HSL color Cylindrical-coordinate representation of color #AC579B: hue angle of 312º 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 #AC579B is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 87 | 155 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.33 |
| HSL | 312º | 0.34% | 0.51% | - |
| HSV(B) | 312º | 0.49% | 0.67% | - |
| XYZ | 26.34 | 17.95 | 33.09 | - |
| YUV | 120.17 | 147.66 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 87 | 155 | 0 | 0.49 | 0.10 | 0.33 | 312 | 0.34 | 0.51 |
| Hex | AC | 57 | 9B | 0 | 31 | A | 21 | 138 | 22 | 33 |
| Octal | 254 | 127 | 233 | 0 | 61 | 12 | 41 | 470 | 42 | 63 |
| Binary | 10101100 | 1010111 | 10011011 | 0 | 110001 | 1010 | 100001 | 100111000 | 100010 | 110011 |
Color Harmonies of #AC579B
Complementary color
Monochromatic Colors of #AC579B
Black with #AC579B
Text Example
Text Example
White with #AC579B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC579B; }
p { color: rgb(172,87,155); }
H1.HeaderClassName
{
color: #AC579B;
}
.AnyTagClassName
{
color: #AC579B;
}
</style>
background-color css
<style>
a { background-color: #AC579B; }
a { background-color: rgb(172,87,155); }
div.DivClassName
{
background-color: #AC579B;
}
.BgClassName
{
background-color: #AC579B;
}
</style>
border-color css
<style>
span { border-color: #AC579B; }
span { border-color: rgb(172,87,155); }
td.TdClassName
{
border-color: #AC579B;
}
.TagClassName
{
border-color: #AC579B;
}
</style>