Shades of Blue Violet #AC2EFE
Tints of Blue Violet #AC2EFE
RGB
CMYK
RGB Variations
Color information
#AC2EFE (or 0xAC2EFE) is known color: Blue Violet. HEX triplet: AC, 2E and FE. RGB value is (172,46,254). Sum of RGB (Red+Green+Blue) = 172+46+254=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 46 (18.36% from 255 or 9.75% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC2EFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC2EFE is #53D101. Grayscale: #6A6A6A. Windows color (decimal): -5492994 or 16658092. OLE color: 16658092.
HSL color Cylindrical-coordinate representation of color #AC2EFE: hue angle of 276.35º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC2EFE is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 46 | 254 | - |
| CMYK | 0.32 | 0.82 | 0 | 0.00 |
| HSL | 276.35º | 0.99% | 0.59% | - |
| HSV(B) | 276.35º | 0.82% | 1% | - |
| XYZ | 35.88 | 17.88 | 95.33 | - |
| YUV | 107.39 | 210.74 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 46 | 254 | 0.32 | 0.82 | 0 | 0.00 | 276.35 | 0.99 | 0.59 |
| Hex | AC | 2E | FE | 20 | 52 | 0 | 0 | 114 | 63 | 3B |
| Octal | 254 | 56 | 376 | 40 | 122 | 0 | 0 | 424 | 143 | 73 |
| Binary | 10101100 | 101110 | 11111110 | 100000 | 1010010 | 0 | 0 | 100010100 | 1100011 | 111011 |
Color Harmonies of #AC2EFE
Complementary color
Monochromatic Colors of #AC2EFE
Black with #AC2EFE
Text Example
Text Example
White with #AC2EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2EFE; }
p { color: rgb(172,46,254); }
H1.HeaderClassName
{
color: #AC2EFE;
}
.AnyTagClassName
{
color: #AC2EFE;
}
</style>
background-color css
<style>
a { background-color: #AC2EFE; }
a { background-color: rgb(172,46,254); }
div.DivClassName
{
background-color: #AC2EFE;
}
.BgClassName
{
background-color: #AC2EFE;
}
</style>
border-color css
<style>
span { border-color: #AC2EFE; }
span { border-color: rgb(172,46,254); }
td.TdClassName
{
border-color: #AC2EFE;
}
.TagClassName
{
border-color: #AC2EFE;
}
</style>