Shades of Violet Blue #AC569C
Tints of Violet Blue #AC569C
RGB
CMYK
RGB Variations
Color information
#AC569C (or 0xAC569C) is known color: Violet Blue. HEX triplet: AC, 56 and 9C. RGB value is (172,86,156). Sum of RGB (Red+Green+Blue) = 172+86+156=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 86 (33.98% from 255 or 20.77% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 172 - color contains mainly: red. Hex color #AC569C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC569C is #53A963. Grayscale: #777777. Windows color (decimal): -5482852 or 10245804. OLE color: 10245804.
HSL color Cylindrical-coordinate representation of color #AC569C: hue angle of 311.16º 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 #AC569C is Cyan = 0, Magento = 0.5, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 86 | 156 | - |
| CMYK | 0 | 0.5 | 0.09 | 0.33 |
| HSL | 311.16º | 0.34% | 0.51% | - |
| HSV(B) | 311.16º | 0.5% | 0.67% | - |
| XYZ | 26.34 | 17.83 | 33.5 | - |
| YUV | 119.69 | 148.49 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 86 | 156 | 0 | 0.5 | 0.09 | 0.33 | 311.16 | 0.34 | 0.51 |
| Hex | AC | 56 | 9C | 0 | 32 | 9 | 21 | 137 | 22 | 33 |
| Octal | 254 | 126 | 234 | 0 | 62 | 11 | 41 | 467 | 42 | 63 |
| Binary | 10101100 | 1010110 | 10011100 | 0 | 110010 | 1001 | 100001 | 100110111 | 100010 | 110011 |
Color Harmonies of #AC569C
Complementary color
Monochromatic Colors of #AC569C
Black with #AC569C
Text Example
Text Example
White with #AC569C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC569C; }
p { color: rgb(172,86,156); }
H1.HeaderClassName
{
color: #AC569C;
}
.AnyTagClassName
{
color: #AC569C;
}
</style>
background-color css
<style>
a { background-color: #AC569C; }
a { background-color: rgb(172,86,156); }
div.DivClassName
{
background-color: #AC569C;
}
.BgClassName
{
background-color: #AC569C;
}
</style>
border-color css
<style>
span { border-color: #AC569C; }
span { border-color: rgb(172,86,156); }
td.TdClassName
{
border-color: #AC569C;
}
.TagClassName
{
border-color: #AC569C;
}
</style>