Shades of Violet Blue #AC5CAA
Tints of Violet Blue #AC5CAA
RGB
CMYK
RGB Variations
Color information
#AC5CAA (or 0xAC5CAA) is known color: Violet Blue. HEX triplet: AC, 5C and AA. RGB value is (172,92,170). Sum of RGB (Red+Green+Blue) = 172+92+170=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 92 (36.33% from 255 or 21.20% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5CAA is #53A355. Grayscale: #7C7C7C. Windows color (decimal): -5481302 or 11164844. OLE color: 11164844.
HSL color Cylindrical-coordinate representation of color #AC5CAA: hue angle of 301.5º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC5CAA is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 92 | 170 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.33 |
| HSL | 301.5º | 0.33% | 0.52% | - |
| HSV(B) | 301.5º | 0.47% | 0.67% | - |
| XYZ | 28.1 | 19.33 | 40.28 | - |
| YUV | 124.81 | 153.5 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 92 | 170 | 0 | 0.47 | 0.01 | 0.33 | 301.5 | 0.33 | 0.52 |
| Hex | AC | 5C | AA | 0 | 2F | 1 | 21 | 12E | 21 | 34 |
| Octal | 254 | 134 | 252 | 0 | 57 | 1 | 41 | 456 | 41 | 64 |
| Binary | 10101100 | 1011100 | 10101010 | 0 | 101111 | 1 | 100001 | 100101110 | 100001 | 110100 |
Color Harmonies of #AC5CAA
Complementary color
Monochromatic Colors of #AC5CAA
Black with #AC5CAA
Text Example
Text Example
White with #AC5CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5CAA; }
p { color: rgb(172,92,170); }
H1.HeaderClassName
{
color: #AC5CAA;
}
.AnyTagClassName
{
color: #AC5CAA;
}
</style>
background-color css
<style>
a { background-color: #AC5CAA; }
a { background-color: rgb(172,92,170); }
div.DivClassName
{
background-color: #AC5CAA;
}
.BgClassName
{
background-color: #AC5CAA;
}
</style>
border-color css
<style>
span { border-color: #AC5CAA; }
span { border-color: rgb(172,92,170); }
td.TdClassName
{
border-color: #AC5CAA;
}
.TagClassName
{
border-color: #AC5CAA;
}
</style>