Shades of Electric Purple #A915EE
Tints of Electric Purple #A915EE
RGB
CMYK
RGB Variations
Color information
#A915EE (or 0xA915EE) is known color: Electric Purple. HEX triplet: A9, 15 and EE. RGB value is (169,21,238). Sum of RGB (Red+Green+Blue) = 169+21+238=428 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.49% from 428); Green value is 21 (8.59% from 255 or 4.91% from 428); Blue value is 238 (93.36% from 255 or 55.61% from 428); Max value from RGB is 238 - color contains mainly: blue. Hex color #A915EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A915EE is #56EA11. Grayscale: #595959. Windows color (decimal): -5696018 or 15603113. OLE color: 15603113.
HSL color Cylindrical-coordinate representation of color #A915EE: hue angle of 280.92º 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 #A915EE is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 21 | 238 | - |
| CMYK | 0.29 | 0.91 | 0 | 0.07 |
| HSL | 280.92º | 0.86% | 0.51% | - |
| HSV(B) | 280.92º | 0.91% | 0.93% | - |
| XYZ | 32.06 | 15.14 | 82.12 | - |
| YUV | 89.99 | 211.53 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 21 | 238 | 0.29 | 0.91 | 0 | 0.07 | 280.92 | 0.86 | 0.51 |
| Hex | A9 | 15 | EE | 1D | 5B | 0 | 7 | 119 | 56 | 33 |
| Octal | 251 | 25 | 356 | 35 | 133 | 0 | 7 | 431 | 126 | 63 |
| Binary | 10101001 | 10101 | 11101110 | 11101 | 1011011 | 0 | 111 | 100011001 | 1010110 | 110011 |
Color Harmonies of #A915EE
Complementary color
Monochromatic Colors of #A915EE
Black with #A915EE
Text Example
Text Example
White with #A915EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A915EE; }
p { color: rgb(169,21,238); }
H1.HeaderClassName
{
color: #A915EE;
}
.AnyTagClassName
{
color: #A915EE;
}
</style>
background-color css
<style>
a { background-color: #A915EE; }
a { background-color: rgb(169,21,238); }
div.DivClassName
{
background-color: #A915EE;
}
.BgClassName
{
background-color: #A915EE;
}
</style>
border-color css
<style>
span { border-color: #A915EE; }
span { border-color: rgb(169,21,238); }
td.TdClassName
{
border-color: #A915EE;
}
.TagClassName
{
border-color: #A915EE;
}
</style>