Shades of Blue Violet #AC2EF5
Tints of Blue Violet #AC2EF5
RGB
CMYK
RGB Variations
Color information
#AC2EF5 (or 0xAC2EF5) is known color: Blue Violet. HEX triplet: AC, 2E and F5. RGB value is (172,46,245). Sum of RGB (Red+Green+Blue) = 172+46+245=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 46 (18.36% from 255 or 9.94% from 463); Blue value is 245 (96.09% from 255 or 52.92% from 463); Max value from RGB is 245 - color contains mainly: blue. Hex color #AC2EF5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC2EF5 is #53D10A. Grayscale: #696969. Windows color (decimal): -5493003 or 16068268. OLE color: 16068268.
HSL color Cylindrical-coordinate representation of color #AC2EF5: hue angle of 277.99º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC2EF5 is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 46 | 245 | - |
| CMYK | 0.30 | 0.81 | 0 | 0.04 |
| HSL | 277.99º | 0.91% | 0.57% | - |
| HSV(B) | 277.99º | 0.81% | 0.96% | - |
| XYZ | 34.47 | 17.32 | 87.91 | - |
| YUV | 106.36 | 206.24 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 46 | 245 | 0.30 | 0.81 | 0 | 0.04 | 277.99 | 0.91 | 0.57 |
| Hex | AC | 2E | F5 | 1E | 51 | 0 | 4 | 116 | 5B | 39 |
| Octal | 254 | 56 | 365 | 36 | 121 | 0 | 4 | 426 | 133 | 71 |
| Binary | 10101100 | 101110 | 11110101 | 11110 | 1010001 | 0 | 100 | 100010110 | 1011011 | 111001 |
Color Harmonies of #AC2EF5
Complementary color
Monochromatic Colors of #AC2EF5
Black with #AC2EF5
Text Example
Text Example
White with #AC2EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2EF5; }
p { color: rgb(172,46,245); }
H1.HeaderClassName
{
color: #AC2EF5;
}
.AnyTagClassName
{
color: #AC2EF5;
}
</style>
background-color css
<style>
a { background-color: #AC2EF5; }
a { background-color: rgb(172,46,245); }
div.DivClassName
{
background-color: #AC2EF5;
}
.BgClassName
{
background-color: #AC2EF5;
}
</style>
border-color css
<style>
span { border-color: #AC2EF5; }
span { border-color: rgb(172,46,245); }
td.TdClassName
{
border-color: #AC2EF5;
}
.TagClassName
{
border-color: #AC2EF5;
}
</style>