Shades of Blue Violet #AC1EEA
Tints of Blue Violet #AC1EEA
RGB
CMYK
RGB Variations
Color information
#AC1EEA (or 0xAC1EEA) is known color: Blue Violet. HEX triplet: AC, 1E and EA. RGB value is (172,30,234). Sum of RGB (Red+Green+Blue) = 172+30+234=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 30 (12.11% from 255 or 6.88% from 436); Blue value is 234 (91.80% from 255 or 53.67% from 436); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC1EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC1EEA is #53E115. Grayscale: #5F5F5F. Windows color (decimal): -5497110 or 15343276. OLE color: 15343276.
HSL color Cylindrical-coordinate representation of color #AC1EEA: hue angle of 281.76º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC1EEA is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 30 | 234 | - |
| CMYK | 0.26 | 0.87 | 0 | 0.08 |
| HSL | 281.76º | 0.83% | 0.52% | - |
| HSV(B) | 281.76º | 0.87% | 0.92% | - |
| XYZ | 32.33 | 15.64 | 79.16 | - |
| YUV | 95.71 | 206.04 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 30 | 234 | 0.26 | 0.87 | 0 | 0.08 | 281.76 | 0.83 | 0.52 |
| Hex | AC | 1E | EA | 1A | 57 | 0 | 8 | 11A | 53 | 34 |
| Octal | 254 | 36 | 352 | 32 | 127 | 0 | 10 | 432 | 123 | 64 |
| Binary | 10101100 | 11110 | 11101010 | 11010 | 1010111 | 0 | 1000 | 100011010 | 1010011 | 110100 |
Color Harmonies of #AC1EEA
Complementary color
Monochromatic Colors of #AC1EEA
Black with #AC1EEA
Text Example
Text Example
White with #AC1EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1EEA; }
p { color: rgb(172,30,234); }
H1.HeaderClassName
{
color: #AC1EEA;
}
.AnyTagClassName
{
color: #AC1EEA;
}
</style>
background-color css
<style>
a { background-color: #AC1EEA; }
a { background-color: rgb(172,30,234); }
div.DivClassName
{
background-color: #AC1EEA;
}
.BgClassName
{
background-color: #AC1EEA;
}
</style>
border-color css
<style>
span { border-color: #AC1EEA; }
span { border-color: rgb(172,30,234); }
td.TdClassName
{
border-color: #AC1EEA;
}
.TagClassName
{
border-color: #AC1EEA;
}
</style>