Shades of Electric Purple #A217FE
Tints of Electric Purple #A217FE
RGB
CMYK
RGB Variations
Color information
#A217FE (or 0xA217FE) is known color: Electric Purple. HEX triplet: A2, 17 and FE. RGB value is (162,23,254). Sum of RGB (Red+Green+Blue) = 162+23+254=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 23 (9.38% from 255 or 5.24% from 439); Blue value is 254 (99.61% from 255 or 57.86% from 439); Max value from RGB is 254 - color contains mainly: blue. Hex color #A217FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A217FE is #5DE801. Grayscale: #5A5A5A. Windows color (decimal): -6154242 or 16652194. OLE color: 16652194.
HSL color Cylindrical-coordinate representation of color #A217FE: hue angle of 276.1º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A217FE is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 23 | 254 | - |
| CMYK | 0.36 | 0.91 | 0 | 0.00 |
| HSL | 276.1º | 0.99% | 0.54% | - |
| HSV(B) | 276.1º | 0.91% | 1% | - |
| XYZ | 33.1 | 15.45 | 95 | - |
| YUV | 90.9 | 220.05 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 23 | 254 | 0.36 | 0.91 | 0 | 0.00 | 276.1 | 0.99 | 0.54 |
| Hex | A2 | 17 | FE | 24 | 5B | 0 | 0 | 114 | 63 | 36 |
| Octal | 242 | 27 | 376 | 44 | 133 | 0 | 0 | 424 | 143 | 66 |
| Binary | 10100010 | 10111 | 11111110 | 100100 | 1011011 | 0 | 0 | 100010100 | 1100011 | 110110 |
Color Harmonies of #A217FE
Complementary color
Monochromatic Colors of #A217FE
Black with #A217FE
Text Example
Text Example
White with #A217FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A217FE; }
p { color: rgb(162,23,254); }
H1.HeaderClassName
{
color: #A217FE;
}
.AnyTagClassName
{
color: #A217FE;
}
</style>
background-color css
<style>
a { background-color: #A217FE; }
a { background-color: rgb(162,23,254); }
div.DivClassName
{
background-color: #A217FE;
}
.BgClassName
{
background-color: #A217FE;
}
</style>
border-color css
<style>
span { border-color: #A217FE; }
span { border-color: rgb(162,23,254); }
td.TdClassName
{
border-color: #A217FE;
}
.TagClassName
{
border-color: #A217FE;
}
</style>