Shades of Electric Purple #A915EA
Tints of Electric Purple #A915EA
RGB
CMYK
RGB Variations
Color information
#A915EA (or 0xA915EA) is known color: Electric Purple. HEX triplet: A9, 15 and EA. RGB value is (169,21,234). Sum of RGB (Red+Green+Blue) = 169+21+234=424 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.86% from 424); Green value is 21 (8.59% from 255 or 4.95% from 424); Blue value is 234 (91.80% from 255 or 55.19% from 424); Max value from RGB is 234 - color contains mainly: blue. Hex color #A915EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A915EA is #56EA15. Grayscale: #585858. Windows color (decimal): -5696022 or 15340969. OLE color: 15340969.
HSL color Cylindrical-coordinate representation of color #A915EA: hue angle of 281.69º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A915EA is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 169 | 21 | 234 | - |
| CMYK | 0.28 | 0.91 | 0 | 0.08 |
| HSL | 281.69º | 0.84% | 0.5% | - |
| HSV(B) | 281.69º | 0.91% | 0.92% | - |
| XYZ | 31.48 | 14.91 | 79.06 | - |
| YUV | 89.53 | 209.53 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 21 | 234 | 0.28 | 0.91 | 0 | 0.08 | 281.69 | 0.84 | 0.5 |
| Hex | A9 | 15 | EA | 1C | 5B | 0 | 8 | 11A | 54 | 32 |
| Octal | 251 | 25 | 352 | 34 | 133 | 0 | 10 | 432 | 124 | 62 |
| Binary | 10101001 | 10101 | 11101010 | 11100 | 1011011 | 0 | 1000 | 100011010 | 1010100 | 110010 |
Color Harmonies of #A915EA
Complementary color
Monochromatic Colors of #A915EA
Black with #A915EA
Text Example
Text Example
White with #A915EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A915EA; }
p { color: rgb(169,21,234); }
H1.HeaderClassName
{
color: #A915EA;
}
.AnyTagClassName
{
color: #A915EA;
}
</style>
background-color css
<style>
a { background-color: #A915EA; }
a { background-color: rgb(169,21,234); }
div.DivClassName
{
background-color: #A915EA;
}
.BgClassName
{
background-color: #A915EA;
}
</style>
border-color css
<style>
span { border-color: #A915EA; }
span { border-color: rgb(169,21,234); }
td.TdClassName
{
border-color: #A915EA;
}
.TagClassName
{
border-color: #A915EA;
}
</style>