Shades of Violet Blue #AC569B
Tints of Violet Blue #AC569B
RGB
CMYK
RGB Variations
Color information
#AC569B (or 0xAC569B) is known color: Violet Blue. HEX triplet: AC, 56 and 9B. RGB value is (172,86,155). Sum of RGB (Red+Green+Blue) = 172+86+155=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 86 (33.98% from 255 or 20.82% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC569B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC569B is #53A964. Grayscale: #777777. Windows color (decimal): -5482853 or 10180268. OLE color: 10180268.
HSL color Cylindrical-coordinate representation of color #AC569B: hue angle of 311.86º 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 #AC569B is Cyan = 0, Magento = 0.5, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 86 | 155 | - |
| CMYK | 0 | 0.5 | 0.10 | 0.33 |
| HSL | 311.86º | 0.34% | 0.51% | - |
| HSV(B) | 311.86º | 0.5% | 0.67% | - |
| XYZ | 26.26 | 17.79 | 33.06 | - |
| YUV | 119.58 | 147.99 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 86 | 155 | 0 | 0.5 | 0.10 | 0.33 | 311.86 | 0.34 | 0.51 |
| Hex | AC | 56 | 9B | 0 | 32 | A | 21 | 138 | 22 | 33 |
| Octal | 254 | 126 | 233 | 0 | 62 | 12 | 41 | 470 | 42 | 63 |
| Binary | 10101100 | 1010110 | 10011011 | 0 | 110010 | 1010 | 100001 | 100111000 | 100010 | 110011 |
Color Harmonies of #AC569B
Complementary color
Monochromatic Colors of #AC569B
Black with #AC569B
Text Example
Text Example
White with #AC569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC569B; }
p { color: rgb(172,86,155); }
H1.HeaderClassName
{
color: #AC569B;
}
.AnyTagClassName
{
color: #AC569B;
}
</style>
background-color css
<style>
a { background-color: #AC569B; }
a { background-color: rgb(172,86,155); }
div.DivClassName
{
background-color: #AC569B;
}
.BgClassName
{
background-color: #AC569B;
}
</style>
border-color css
<style>
span { border-color: #AC569B; }
span { border-color: rgb(172,86,155); }
td.TdClassName
{
border-color: #AC569B;
}
.TagClassName
{
border-color: #AC569B;
}
</style>