Shades of Violet Blue #AC56B2
Tints of Violet Blue #AC56B2
RGB
CMYK
RGB Variations
Color information
#AC56B2 (or 0xAC56B2) is known color: Violet Blue. HEX triplet: AC, 56 and B2. RGB value is (172,86,178). Sum of RGB (Red+Green+Blue) = 172+86+178=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 86 (33.98% from 255 or 19.72% from 436); Blue value is 178 (69.92% from 255 or 40.83% from 436); Max value from RGB is 178 - color contains mainly: blue. Hex color #AC56B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC56B2 is #53A94D. Grayscale: #797979. Windows color (decimal): -5482830 or 11687596. OLE color: 11687596.
HSL color Cylindrical-coordinate representation of color #AC56B2: hue angle of 296.09º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC56B2 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 86 | 178 | - |
| CMYK | 0.03 | 0.52 | 0 | 0.30 |
| HSL | 296.09º | 0.37% | 0.52% | - |
| HSV(B) | 296.09º | 0.52% | 0.7% | - |
| XYZ | 28.38 | 18.64 | 44.22 | - |
| YUV | 122.2 | 159.49 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 86 | 178 | 0.03 | 0.52 | 0 | 0.30 | 296.09 | 0.37 | 0.52 |
| Hex | AC | 56 | B2 | 3 | 34 | 0 | 1E | 128 | 25 | 34 |
| Octal | 254 | 126 | 262 | 3 | 64 | 0 | 36 | 450 | 45 | 64 |
| Binary | 10101100 | 1010110 | 10110010 | 11 | 110100 | 0 | 11110 | 100101000 | 100101 | 110100 |
Color Harmonies of #AC56B2
Complementary color
Monochromatic Colors of #AC56B2
Black with #AC56B2
Text Example
Text Example
White with #AC56B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC56B2; }
p { color: rgb(172,86,178); }
H1.HeaderClassName
{
color: #AC56B2;
}
.AnyTagClassName
{
color: #AC56B2;
}
</style>
background-color css
<style>
a { background-color: #AC56B2; }
a { background-color: rgb(172,86,178); }
div.DivClassName
{
background-color: #AC56B2;
}
.BgClassName
{
background-color: #AC56B2;
}
</style>
border-color css
<style>
span { border-color: #AC56B2; }
span { border-color: rgb(172,86,178); }
td.TdClassName
{
border-color: #AC56B2;
}
.TagClassName
{
border-color: #AC56B2;
}
</style>