Shades of Blue Violet #AC28EF
Tints of Blue Violet #AC28EF
RGB
CMYK
RGB Variations
Color information
#AC28EF (or 0xAC28EF) is known color: Blue Violet. HEX triplet: AC, 28 and EF. RGB value is (172,40,239). Sum of RGB (Red+Green+Blue) = 172+40+239=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 40 (16.02% from 255 or 8.87% from 451); Blue value is 239 (93.75% from 255 or 52.99% from 451); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC28EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC28EF is #53D710. Grayscale: #656565. Windows color (decimal): -5494545 or 15673516. OLE color: 15673516.
HSL color Cylindrical-coordinate representation of color #AC28EF: hue angle of 279.8º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC28EF is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 40 | 239 | - |
| CMYK | 0.28 | 0.83 | 0 | 0.06 |
| HSL | 279.8º | 0.86% | 0.55% | - |
| HSV(B) | 279.8º | 0.83% | 0.94% | - |
| XYZ | 33.35 | 16.52 | 83.09 | - |
| YUV | 102.15 | 205.23 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 239 | 0.28 | 0.83 | 0 | 0.06 | 279.8 | 0.86 | 0.55 |
| Hex | AC | 28 | EF | 1C | 53 | 0 | 6 | 118 | 56 | 37 |
| Octal | 254 | 50 | 357 | 34 | 123 | 0 | 6 | 430 | 126 | 67 |
| Binary | 10101100 | 101000 | 11101111 | 11100 | 1010011 | 0 | 110 | 100011000 | 1010110 | 110111 |
Color Harmonies of #AC28EF
Complementary color
Monochromatic Colors of #AC28EF
Black with #AC28EF
Text Example
Text Example
White with #AC28EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC28EF; }
p { color: rgb(172,40,239); }
H1.HeaderClassName
{
color: #AC28EF;
}
.AnyTagClassName
{
color: #AC28EF;
}
</style>
background-color css
<style>
a { background-color: #AC28EF; }
a { background-color: rgb(172,40,239); }
div.DivClassName
{
background-color: #AC28EF;
}
.BgClassName
{
background-color: #AC28EF;
}
</style>
border-color css
<style>
span { border-color: #AC28EF; }
span { border-color: rgb(172,40,239); }
td.TdClassName
{
border-color: #AC28EF;
}
.TagClassName
{
border-color: #AC28EF;
}
</style>