Shades of Electric Purple #AC15E7
Tints of Electric Purple #AC15E7
RGB
CMYK
RGB Variations
Color information
#AC15E7 (or 0xAC15E7) is known color: Electric Purple. HEX triplet: AC, 15 and E7. RGB value is (172,21,231). Sum of RGB (Red+Green+Blue) = 172+21+231=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 21 (8.59% from 255 or 4.95% from 424); Blue value is 231 (90.62% from 255 or 54.48% from 424); Max value from RGB is 231 - color contains mainly: blue. Hex color #AC15E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC15E7 is #53EA18. Grayscale: #595959. Windows color (decimal): -5499417 or 15144364. OLE color: 15144364.
HSL color Cylindrical-coordinate representation of color #AC15E7: hue angle of 283.14º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC15E7 is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 21 | 231 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.09 |
| HSL | 283.14º | 0.83% | 0.49% | - |
| HSV(B) | 283.14º | 0.91% | 0.91% | - |
| XYZ | 31.71 | 15.08 | 76.84 | - |
| YUV | 90.09 | 207.53 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 21 | 231 | 0.26 | 0.91 | 0 | 0.09 | 283.14 | 0.83 | 0.49 |
| Hex | AC | 15 | E7 | 1A | 5B | 0 | 9 | 11B | 53 | 31 |
| Octal | 254 | 25 | 347 | 32 | 133 | 0 | 11 | 433 | 123 | 61 |
| Binary | 10101100 | 10101 | 11100111 | 11010 | 1011011 | 0 | 1001 | 100011011 | 1010011 | 110001 |
Color Harmonies of #AC15E7
Complementary color
Monochromatic Colors of #AC15E7
Black with #AC15E7
Text Example
Text Example
White with #AC15E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC15E7; }
p { color: rgb(172,21,231); }
H1.HeaderClassName
{
color: #AC15E7;
}
.AnyTagClassName
{
color: #AC15E7;
}
</style>
background-color css
<style>
a { background-color: #AC15E7; }
a { background-color: rgb(172,21,231); }
div.DivClassName
{
background-color: #AC15E7;
}
.BgClassName
{
background-color: #AC15E7;
}
</style>
border-color css
<style>
span { border-color: #AC15E7; }
span { border-color: rgb(172,21,231); }
td.TdClassName
{
border-color: #AC15E7;
}
.TagClassName
{
border-color: #AC15E7;
}
</style>