Shades of Blue Violet #AC2FFE
Tints of Blue Violet #AC2FFE
RGB
CMYK
RGB Variations
Color information
#AC2FFE (or 0xAC2FFE) is known color: Blue Violet. HEX triplet: AC, 2F and FE. RGB value is (172,47,254). Sum of RGB (Red+Green+Blue) = 172+47+254=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 47 (18.75% from 255 or 9.94% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC2FFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC2FFE is #53D001. Grayscale: #6B6B6B. Windows color (decimal): -5492738 or 16658348. OLE color: 16658348.
HSL color Cylindrical-coordinate representation of color #AC2FFE: hue angle of 276.23º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC2FFE is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 47 | 254 | - |
| CMYK | 0.32 | 0.81 | 0 | 0.00 |
| HSL | 276.23º | 0.99% | 0.59% | - |
| HSV(B) | 276.23º | 0.81% | 1% | - |
| XYZ | 35.92 | 17.96 | 95.34 | - |
| YUV | 107.97 | 210.41 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 47 | 254 | 0.32 | 0.81 | 0 | 0.00 | 276.23 | 0.99 | 0.59 |
| Hex | AC | 2F | FE | 20 | 51 | 0 | 0 | 114 | 63 | 3B |
| Octal | 254 | 57 | 376 | 40 | 121 | 0 | 0 | 424 | 143 | 73 |
| Binary | 10101100 | 101111 | 11111110 | 100000 | 1010001 | 0 | 0 | 100010100 | 1100011 | 111011 |
Color Harmonies of #AC2FFE
Complementary color
Monochromatic Colors of #AC2FFE
Black with #AC2FFE
Text Example
Text Example
White with #AC2FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2FFE; }
p { color: rgb(172,47,254); }
H1.HeaderClassName
{
color: #AC2FFE;
}
.AnyTagClassName
{
color: #AC2FFE;
}
</style>
background-color css
<style>
a { background-color: #AC2FFE; }
a { background-color: rgb(172,47,254); }
div.DivClassName
{
background-color: #AC2FFE;
}
.BgClassName
{
background-color: #AC2FFE;
}
</style>
border-color css
<style>
span { border-color: #AC2FFE; }
span { border-color: rgb(172,47,254); }
td.TdClassName
{
border-color: #AC2FFE;
}
.TagClassName
{
border-color: #AC2FFE;
}
</style>