Shades of Electric Purple #A915F0
Tints of Electric Purple #A915F0
RGB
CMYK
RGB Variations
Color information
#A915F0 (or 0xA915F0) is known color: Electric Purple. HEX triplet: A9, 15 and F0. RGB value is (169,21,240). Sum of RGB (Red+Green+Blue) = 169+21+240=430 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.30% from 430); Green value is 21 (8.59% from 255 or 4.88% from 430); Blue value is 240 (94.14% from 255 or 55.81% from 430); Max value from RGB is 240 - color contains mainly: blue. Hex color #A915F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A915F0 is #56EA0F. Grayscale: #595959. Windows color (decimal): -5696016 or 15734185. OLE color: 15734185.
HSL color Cylindrical-coordinate representation of color #A915F0: hue angle of 280.55º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A915F0 is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 21 | 240 | - |
| CMYK | 0.30 | 0.91 | 0 | 0.06 |
| HSL | 280.55º | 0.88% | 0.51% | - |
| HSV(B) | 280.55º | 0.91% | 0.94% | - |
| XYZ | 32.36 | 15.26 | 83.68 | - |
| YUV | 90.22 | 212.53 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 21 | 240 | 0.30 | 0.91 | 0 | 0.06 | 280.55 | 0.88 | 0.51 |
| Hex | A9 | 15 | F0 | 1E | 5B | 0 | 6 | 119 | 58 | 33 |
| Octal | 251 | 25 | 360 | 36 | 133 | 0 | 6 | 431 | 130 | 63 |
| Binary | 10101001 | 10101 | 11110000 | 11110 | 1011011 | 0 | 110 | 100011001 | 1011000 | 110011 |
Color Harmonies of #A915F0
Complementary color
Monochromatic Colors of #A915F0
Black with #A915F0
Text Example
Text Example
White with #A915F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A915F0; }
p { color: rgb(169,21,240); }
H1.HeaderClassName
{
color: #A915F0;
}
.AnyTagClassName
{
color: #A915F0;
}
</style>
background-color css
<style>
a { background-color: #A915F0; }
a { background-color: rgb(169,21,240); }
div.DivClassName
{
background-color: #A915F0;
}
.BgClassName
{
background-color: #A915F0;
}
</style>
border-color css
<style>
span { border-color: #A915F0; }
span { border-color: rgb(169,21,240); }
td.TdClassName
{
border-color: #A915F0;
}
.TagClassName
{
border-color: #A915F0;
}
</style>