Shades of Violet Blue #AC569F
Tints of Violet Blue #AC569F
RGB
CMYK
RGB Variations
Color information
#AC569F (or 0xAC569F) is known color: Violet Blue. HEX triplet: AC, 56 and 9F. RGB value is (172,86,159). Sum of RGB (Red+Green+Blue) = 172+86+159=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 86 (33.98% from 255 or 20.62% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC569F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC569F is #53A960. Grayscale: #777777. Windows color (decimal): -5482849 or 10442412. OLE color: 10442412.
HSL color Cylindrical-coordinate representation of color #AC569F: hue angle of 309.07º 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 #AC569F is Cyan = 0, Magento = 0.5, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 86 | 159 | - |
| CMYK | 0 | 0.5 | 0.08 | 0.33 |
| HSL | 309.07º | 0.34% | 0.51% | - |
| HSV(B) | 309.07º | 0.5% | 0.67% | - |
| XYZ | 26.6 | 17.93 | 34.86 | - |
| YUV | 120.04 | 149.99 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 86 | 159 | 0 | 0.5 | 0.08 | 0.33 | 309.07 | 0.34 | 0.51 |
| Hex | AC | 56 | 9F | 0 | 32 | 8 | 21 | 135 | 22 | 33 |
| Octal | 254 | 126 | 237 | 0 | 62 | 10 | 41 | 465 | 42 | 63 |
| Binary | 10101100 | 1010110 | 10011111 | 0 | 110010 | 1000 | 100001 | 100110101 | 100010 | 110011 |
Color Harmonies of #AC569F
Complementary color
Monochromatic Colors of #AC569F
Black with #AC569F
Text Example
Text Example
White with #AC569F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC569F; }
p { color: rgb(172,86,159); }
H1.HeaderClassName
{
color: #AC569F;
}
.AnyTagClassName
{
color: #AC569F;
}
</style>
background-color css
<style>
a { background-color: #AC569F; }
a { background-color: rgb(172,86,159); }
div.DivClassName
{
background-color: #AC569F;
}
.BgClassName
{
background-color: #AC569F;
}
</style>
border-color css
<style>
span { border-color: #AC569F; }
span { border-color: rgb(172,86,159); }
td.TdClassName
{
border-color: #AC569F;
}
.TagClassName
{
border-color: #AC569F;
}
</style>