Shades of Electric Purple #AC15ED
Tints of Electric Purple #AC15ED
RGB
CMYK
RGB Variations
Color information
#AC15ED (or 0xAC15ED) is known color: Electric Purple. HEX triplet: AC, 15 and ED. RGB value is (172,21,237). Sum of RGB (Red+Green+Blue) = 172+21+237=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 21 (8.59% from 255 or 4.88% from 430); Blue value is 237 (92.97% from 255 or 55.12% from 430); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC15ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC15ED is #53EA12. Grayscale: #5A5A5A. Windows color (decimal): -5499411 or 15537580. OLE color: 15537580.
HSL color Cylindrical-coordinate representation of color #AC15ED: hue angle of 281.94º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC15ED is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 21 | 237 | - |
| CMYK | 0.27 | 0.91 | 0 | 0.07 |
| HSL | 281.94º | 0.86% | 0.51% | - |
| HSV(B) | 281.94º | 0.91% | 0.93% | - |
| XYZ | 32.57 | 15.42 | 81.38 | - |
| YUV | 90.77 | 210.53 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 21 | 237 | 0.27 | 0.91 | 0 | 0.07 | 281.94 | 0.86 | 0.51 |
| Hex | AC | 15 | ED | 1B | 5B | 0 | 7 | 11A | 56 | 33 |
| Octal | 254 | 25 | 355 | 33 | 133 | 0 | 7 | 432 | 126 | 63 |
| Binary | 10101100 | 10101 | 11101101 | 11011 | 1011011 | 0 | 111 | 100011010 | 1010110 | 110011 |
Color Harmonies of #AC15ED
Complementary color
Monochromatic Colors of #AC15ED
Black with #AC15ED
Text Example
Text Example
White with #AC15ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC15ED; }
p { color: rgb(172,21,237); }
H1.HeaderClassName
{
color: #AC15ED;
}
.AnyTagClassName
{
color: #AC15ED;
}
</style>
background-color css
<style>
a { background-color: #AC15ED; }
a { background-color: rgb(172,21,237); }
div.DivClassName
{
background-color: #AC15ED;
}
.BgClassName
{
background-color: #AC15ED;
}
</style>
border-color css
<style>
span { border-color: #AC15ED; }
span { border-color: rgb(172,21,237); }
td.TdClassName
{
border-color: #AC15ED;
}
.TagClassName
{
border-color: #AC15ED;
}
</style>