Shades of Blue Violet #AC20EC
Tints of Blue Violet #AC20EC
RGB
CMYK
RGB Variations
Color information
#AC20EC (or 0xAC20EC) is known color: Blue Violet. HEX triplet: AC, 20 and EC. RGB value is (172,32,236). Sum of RGB (Red+Green+Blue) = 172+32+236=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 32 (12.89% from 255 or 7.27% from 440); Blue value is 236 (92.58% from 255 or 53.64% from 440); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC20EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC20EC is #53DF13. Grayscale: #606060. Windows color (decimal): -5496596 or 15474860. OLE color: 15474860.
HSL color Cylindrical-coordinate representation of color #AC20EC: hue angle of 281.18º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC20EC is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 32 | 236 | - |
| CMYK | 0.27 | 0.86 | 0 | 0.07 |
| HSL | 281.18º | 0.84% | 0.53% | - |
| HSV(B) | 281.18º | 0.86% | 0.93% | - |
| XYZ | 32.67 | 15.86 | 80.7 | - |
| YUV | 97.12 | 206.38 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 32 | 236 | 0.27 | 0.86 | 0 | 0.07 | 281.18 | 0.84 | 0.53 |
| Hex | AC | 20 | EC | 1B | 56 | 0 | 7 | 119 | 54 | 35 |
| Octal | 254 | 40 | 354 | 33 | 126 | 0 | 7 | 431 | 124 | 65 |
| Binary | 10101100 | 100000 | 11101100 | 11011 | 1010110 | 0 | 111 | 100011001 | 1010100 | 110101 |
Color Harmonies of #AC20EC
Complementary color
Monochromatic Colors of #AC20EC
Black with #AC20EC
Text Example
Text Example
White with #AC20EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC20EC; }
p { color: rgb(172,32,236); }
H1.HeaderClassName
{
color: #AC20EC;
}
.AnyTagClassName
{
color: #AC20EC;
}
</style>
background-color css
<style>
a { background-color: #AC20EC; }
a { background-color: rgb(172,32,236); }
div.DivClassName
{
background-color: #AC20EC;
}
.BgClassName
{
background-color: #AC20EC;
}
</style>
border-color css
<style>
span { border-color: #AC20EC; }
span { border-color: rgb(172,32,236); }
td.TdClassName
{
border-color: #AC20EC;
}
.TagClassName
{
border-color: #AC20EC;
}
</style>