Shades of Violet Blue #AC569E
Tints of Violet Blue #AC569E
RGB
CMYK
RGB Variations
Color information
#AC569E (or 0xAC569E) is known color: Violet Blue. HEX triplet: AC, 56 and 9E. RGB value is (172,86,158). Sum of RGB (Red+Green+Blue) = 172+86+158=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 86 (33.98% from 255 or 20.67% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 172 - color contains mainly: red. Hex color #AC569E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC569E is #53A961. Grayscale: #777777. Windows color (decimal): -5482850 or 10376876. OLE color: 10376876.
HSL color Cylindrical-coordinate representation of color #AC569E: hue angle of 309.77º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC569E is Cyan = 0, Magento = 0.5, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 86 | 158 | - |
| CMYK | 0 | 0.5 | 0.08 | 0.33 |
| HSL | 309.77º | 0.34% | 0.51% | - |
| HSV(B) | 309.77º | 0.5% | 0.67% | - |
| XYZ | 26.51 | 17.89 | 34.4 | - |
| YUV | 119.92 | 149.49 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 86 | 158 | 0 | 0.5 | 0.08 | 0.33 | 309.77 | 0.34 | 0.51 |
| Hex | AC | 56 | 9E | 0 | 32 | 8 | 21 | 136 | 22 | 33 |
| Octal | 254 | 126 | 236 | 0 | 62 | 10 | 41 | 466 | 42 | 63 |
| Binary | 10101100 | 1010110 | 10011110 | 0 | 110010 | 1000 | 100001 | 100110110 | 100010 | 110011 |
Color Harmonies of #AC569E
Complementary color
Monochromatic Colors of #AC569E
Black with #AC569E
Text Example
Text Example
White with #AC569E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC569E; }
p { color: rgb(172,86,158); }
H1.HeaderClassName
{
color: #AC569E;
}
.AnyTagClassName
{
color: #AC569E;
}
</style>
background-color css
<style>
a { background-color: #AC569E; }
a { background-color: rgb(172,86,158); }
div.DivClassName
{
background-color: #AC569E;
}
.BgClassName
{
background-color: #AC569E;
}
</style>
border-color css
<style>
span { border-color: #AC569E; }
span { border-color: rgb(172,86,158); }
td.TdClassName
{
border-color: #AC569E;
}
.TagClassName
{
border-color: #AC569E;
}
</style>