Shades of Violet Blue #AC5EAA
Tints of Violet Blue #AC5EAA
RGB
CMYK
RGB Variations
Color information
#AC5EAA (or 0xAC5EAA) is known color: Violet Blue. HEX triplet: AC, 5E and AA. RGB value is (172,94,170). Sum of RGB (Red+Green+Blue) = 172+94+170=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 94 (37.11% from 255 or 21.56% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5EAA is #53A155. Grayscale: #7D7D7D. Windows color (decimal): -5480790 or 11165356. OLE color: 11165356.
HSL color Cylindrical-coordinate representation of color #AC5EAA: hue angle of 301.54º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC5EAA is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 94 | 170 | - |
| CMYK | 0 | 0.45 | 0.01 | 0.33 |
| HSL | 301.54º | 0.32% | 0.52% | - |
| HSV(B) | 301.54º | 0.45% | 0.67% | - |
| XYZ | 28.27 | 19.68 | 40.34 | - |
| YUV | 125.99 | 152.84 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 94 | 170 | 0 | 0.45 | 0.01 | 0.33 | 301.54 | 0.32 | 0.52 |
| Hex | AC | 5E | AA | 0 | 2D | 1 | 21 | 12E | 20 | 34 |
| Octal | 254 | 136 | 252 | 0 | 55 | 1 | 41 | 456 | 40 | 64 |
| Binary | 10101100 | 1011110 | 10101010 | 0 | 101101 | 1 | 100001 | 100101110 | 100000 | 110100 |
Color Harmonies of #AC5EAA
Complementary color
Monochromatic Colors of #AC5EAA
Black with #AC5EAA
Text Example
Text Example
White with #AC5EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5EAA; }
p { color: rgb(172,94,170); }
H1.HeaderClassName
{
color: #AC5EAA;
}
.AnyTagClassName
{
color: #AC5EAA;
}
</style>
background-color css
<style>
a { background-color: #AC5EAA; }
a { background-color: rgb(172,94,170); }
div.DivClassName
{
background-color: #AC5EAA;
}
.BgClassName
{
background-color: #AC5EAA;
}
</style>
border-color css
<style>
span { border-color: #AC5EAA; }
span { border-color: rgb(172,94,170); }
td.TdClassName
{
border-color: #AC5EAA;
}
.TagClassName
{
border-color: #AC5EAA;
}
</style>