Shades of Electric Purple #A915F2
Tints of Electric Purple #A915F2
RGB
CMYK
RGB Variations
Color information
#A915F2 (or 0xA915F2) is known color: Electric Purple. HEX triplet: A9, 15 and F2. RGB value is (169,21,242). Sum of RGB (Red+Green+Blue) = 169+21+242=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 21 (8.59% from 255 or 4.86% from 432); Blue value is 242 (94.92% from 255 or 56.02% from 432); Max value from RGB is 242 - color contains mainly: blue. Hex color #A915F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A915F2 is #56EA0D. Grayscale: #595959. Windows color (decimal): -5696014 or 15865257. OLE color: 15865257.
HSL color Cylindrical-coordinate representation of color #A915F2: hue angle of 280.18º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A915F2 is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 21 | 242 | - |
| CMYK | 0.30 | 0.91 | 0 | 0.05 |
| HSL | 280.18º | 0.89% | 0.52% | - |
| HSV(B) | 280.18º | 0.91% | 0.95% | - |
| XYZ | 32.66 | 15.38 | 85.25 | - |
| YUV | 90.45 | 213.53 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 21 | 242 | 0.30 | 0.91 | 0 | 0.05 | 280.18 | 0.89 | 0.52 |
| Hex | A9 | 15 | F2 | 1E | 5B | 0 | 5 | 118 | 59 | 34 |
| Octal | 251 | 25 | 362 | 36 | 133 | 0 | 5 | 430 | 131 | 64 |
| Binary | 10101001 | 10101 | 11110010 | 11110 | 1011011 | 0 | 101 | 100011000 | 1011001 | 110100 |
Color Harmonies of #A915F2
Complementary color
Monochromatic Colors of #A915F2
Black with #A915F2
Text Example
Text Example
White with #A915F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A915F2; }
p { color: rgb(169,21,242); }
H1.HeaderClassName
{
color: #A915F2;
}
.AnyTagClassName
{
color: #A915F2;
}
</style>
background-color css
<style>
a { background-color: #A915F2; }
a { background-color: rgb(169,21,242); }
div.DivClassName
{
background-color: #A915F2;
}
.BgClassName
{
background-color: #A915F2;
}
</style>
border-color css
<style>
span { border-color: #A915F2; }
span { border-color: rgb(169,21,242); }
td.TdClassName
{
border-color: #A915F2;
}
.TagClassName
{
border-color: #A915F2;
}
</style>