Shades of Violet Blue #AC56A4
Tints of Violet Blue #AC56A4
RGB
CMYK
RGB Variations
Color information
#AC56A4 (or 0xAC56A4) is known color: Violet Blue. HEX triplet: AC, 56 and A4. RGB value is (172,86,164). Sum of RGB (Red+Green+Blue) = 172+86+164=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 86 (33.98% from 255 or 20.38% from 422); Blue value is 164 (64.45% from 255 or 38.86% from 422); Max value from RGB is 172 - color contains mainly: red. Hex color #AC56A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC56A4 is #53A95B. Grayscale: #787878. Windows color (decimal): -5482844 or 10770092. OLE color: 10770092.
HSL color Cylindrical-coordinate representation of color #AC56A4: hue angle of 305.58º 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 #AC56A4 is Cyan = 0, Magento = 0.5, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 86 | 164 | - |
| CMYK | 0 | 0.5 | 0.05 | 0.33 |
| HSL | 305.58º | 0.34% | 0.51% | - |
| HSV(B) | 305.58º | 0.5% | 0.67% | - |
| XYZ | 27.04 | 18.11 | 37.19 | - |
| YUV | 120.61 | 152.49 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 86 | 164 | 0 | 0.5 | 0.05 | 0.33 | 305.58 | 0.34 | 0.51 |
| Hex | AC | 56 | A4 | 0 | 32 | 5 | 21 | 132 | 22 | 33 |
| Octal | 254 | 126 | 244 | 0 | 62 | 5 | 41 | 462 | 42 | 63 |
| Binary | 10101100 | 1010110 | 10100100 | 0 | 110010 | 101 | 100001 | 100110010 | 100010 | 110011 |
Color Harmonies of #AC56A4
Complementary color
Monochromatic Colors of #AC56A4
Black with #AC56A4
Text Example
Text Example
White with #AC56A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC56A4; }
p { color: rgb(172,86,164); }
H1.HeaderClassName
{
color: #AC56A4;
}
.AnyTagClassName
{
color: #AC56A4;
}
</style>
background-color css
<style>
a { background-color: #AC56A4; }
a { background-color: rgb(172,86,164); }
div.DivClassName
{
background-color: #AC56A4;
}
.BgClassName
{
background-color: #AC56A4;
}
</style>
border-color css
<style>
span { border-color: #AC56A4; }
span { border-color: rgb(172,86,164); }
td.TdClassName
{
border-color: #AC56A4;
}
.TagClassName
{
border-color: #AC56A4;
}
</style>