Shades of Electric Purple #A217FA
Tints of Electric Purple #A217FA
RGB
CMYK
RGB Variations
Color information
#A217FA (or 0xA217FA) is known color: Electric Purple. HEX triplet: A2, 17 and FA. RGB value is (162,23,250). Sum of RGB (Red+Green+Blue) = 162+23+250=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 23 (9.38% from 255 or 5.29% from 435); Blue value is 250 (98.05% from 255 or 57.47% from 435); Max value from RGB is 250 - color contains mainly: blue. Hex color #A217FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A217FA is #5DE805. Grayscale: #595959. Windows color (decimal): -6154246 or 16390050. OLE color: 16390050.
HSL color Cylindrical-coordinate representation of color #A217FA: hue angle of 276.74º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A217FA is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 23 | 250 | - |
| CMYK | 0.35 | 0.91 | 0 | 0.02 |
| HSL | 276.74º | 0.96% | 0.54% | - |
| HSV(B) | 276.74º | 0.91% | 0.98% | - |
| XYZ | 32.46 | 15.2 | 91.66 | - |
| YUV | 90.44 | 218.05 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 23 | 250 | 0.35 | 0.91 | 0 | 0.02 | 276.74 | 0.96 | 0.54 |
| Hex | A2 | 17 | FA | 23 | 5B | 0 | 2 | 115 | 60 | 36 |
| Octal | 242 | 27 | 372 | 43 | 133 | 0 | 2 | 425 | 140 | 66 |
| Binary | 10100010 | 10111 | 11111010 | 100011 | 1011011 | 0 | 10 | 100010101 | 1100000 | 110110 |
Color Harmonies of #A217FA
Complementary color
Monochromatic Colors of #A217FA
Black with #A217FA
Text Example
Text Example
White with #A217FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A217FA; }
p { color: rgb(162,23,250); }
H1.HeaderClassName
{
color: #A217FA;
}
.AnyTagClassName
{
color: #A217FA;
}
</style>
background-color css
<style>
a { background-color: #A217FA; }
a { background-color: rgb(162,23,250); }
div.DivClassName
{
background-color: #A217FA;
}
.BgClassName
{
background-color: #A217FA;
}
</style>
border-color css
<style>
span { border-color: #A217FA; }
span { border-color: rgb(162,23,250); }
td.TdClassName
{
border-color: #A217FA;
}
.TagClassName
{
border-color: #A217FA;
}
</style>