Shades of Violet Blue #AC56AB
Tints of Violet Blue #AC56AB
RGB
CMYK
RGB Variations
Color information
#AC56AB (or 0xAC56AB) is known color: Violet Blue. HEX triplet: AC, 56 and AB. RGB value is (172,86,171). Sum of RGB (Red+Green+Blue) = 172+86+171=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 86 (33.98% from 255 or 20.05% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 172 - color contains mainly: red. Hex color #AC56AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC56AB is #53A954. Grayscale: #797979. Windows color (decimal): -5482837 or 11228844. OLE color: 11228844.
HSL color Cylindrical-coordinate representation of color #AC56AB: hue angle of 300.7º 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 #AC56AB is Cyan = 0, Magento = 0.5, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 86 | 171 | - |
| CMYK | 0 | 0.5 | 0.01 | 0.33 |
| HSL | 300.7º | 0.34% | 0.51% | - |
| HSV(B) | 300.7º | 0.5% | 0.67% | - |
| XYZ | 27.69 | 18.37 | 40.61 | - |
| YUV | 121.4 | 155.99 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 86 | 171 | 0 | 0.5 | 0.01 | 0.33 | 300.7 | 0.34 | 0.51 |
| Hex | AC | 56 | AB | 0 | 32 | 1 | 21 | 12D | 22 | 33 |
| Octal | 254 | 126 | 253 | 0 | 62 | 1 | 41 | 455 | 42 | 63 |
| Binary | 10101100 | 1010110 | 10101011 | 0 | 110010 | 1 | 100001 | 100101101 | 100010 | 110011 |
Color Harmonies of #AC56AB
Complementary color
Monochromatic Colors of #AC56AB
Black with #AC56AB
Text Example
Text Example
White with #AC56AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC56AB; }
p { color: rgb(172,86,171); }
H1.HeaderClassName
{
color: #AC56AB;
}
.AnyTagClassName
{
color: #AC56AB;
}
</style>
background-color css
<style>
a { background-color: #AC56AB; }
a { background-color: rgb(172,86,171); }
div.DivClassName
{
background-color: #AC56AB;
}
.BgClassName
{
background-color: #AC56AB;
}
</style>
border-color css
<style>
span { border-color: #AC56AB; }
span { border-color: rgb(172,86,171); }
td.TdClassName
{
border-color: #AC56AB;
}
.TagClassName
{
border-color: #AC56AB;
}
</style>