Shades of Violet Blue #AC56AA
Tints of Violet Blue #AC56AA
RGB
CMYK
RGB Variations
Color information
#AC56AA (or 0xAC56AA) is known color: Violet Blue. HEX triplet: AC, 56 and AA. RGB value is (172,86,170). Sum of RGB (Red+Green+Blue) = 172+86+170=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 86 (33.98% from 255 or 20.09% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 172 - color contains mainly: red. Hex color #AC56AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC56AA is #53A955. Grayscale: #797979. Windows color (decimal): -5482838 or 11163308. OLE color: 11163308.
HSL color Cylindrical-coordinate representation of color #AC56AA: hue angle of 301.4º 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 #AC56AA is Cyan = 0, Magento = 0.5, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 86 | 170 | - |
| CMYK | 0 | 0.5 | 0.01 | 0.33 |
| HSL | 301.4º | 0.34% | 0.51% | - |
| HSV(B) | 301.4º | 0.5% | 0.67% | - |
| XYZ | 27.6 | 18.33 | 40.11 | - |
| YUV | 121.29 | 155.49 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 86 | 170 | 0 | 0.5 | 0.01 | 0.33 | 301.4 | 0.34 | 0.51 |
| Hex | AC | 56 | AA | 0 | 32 | 1 | 21 | 12D | 22 | 33 |
| Octal | 254 | 126 | 252 | 0 | 62 | 1 | 41 | 455 | 42 | 63 |
| Binary | 10101100 | 1010110 | 10101010 | 0 | 110010 | 1 | 100001 | 100101101 | 100010 | 110011 |
Color Harmonies of #AC56AA
Complementary color
Monochromatic Colors of #AC56AA
Black with #AC56AA
Text Example
Text Example
White with #AC56AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC56AA; }
p { color: rgb(172,86,170); }
H1.HeaderClassName
{
color: #AC56AA;
}
.AnyTagClassName
{
color: #AC56AA;
}
</style>
background-color css
<style>
a { background-color: #AC56AA; }
a { background-color: rgb(172,86,170); }
div.DivClassName
{
background-color: #AC56AA;
}
.BgClassName
{
background-color: #AC56AA;
}
</style>
border-color css
<style>
span { border-color: #AC56AA; }
span { border-color: rgb(172,86,170); }
td.TdClassName
{
border-color: #AC56AA;
}
.TagClassName
{
border-color: #AC56AA;
}
</style>