Shades of Electric Purple #A217FF
Tints of Electric Purple #A217FF
RGB
CMYK
RGB Variations
Color information
#A217FF (or 0xA217FF) is known color: Electric Purple. HEX triplet: A2, 17 and FF. RGB value is (162,23,255). Sum of RGB (Red+Green+Blue) = 162+23+255=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 23 (9.38% from 255 or 5.23% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #A217FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A217FF is #5DE800. Grayscale: #5A5A5A. Windows color (decimal): -6154241 or 16717730. OLE color: 16717730.
HSL color Cylindrical-coordinate representation of color #A217FF: hue angle of 275.95º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A217FF is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 23 | 255 | - |
| CMYK | 0.36 | 0.91 | 0 | 0 |
| HSL | 275.95º | 1% | 0.55% | - |
| HSV(B) | 275.95º | 0.91% | 1% | - |
| XYZ | 33.26 | 15.51 | 95.85 | - |
| YUV | 91.01 | 220.55 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 23 | 255 | 0.36 | 0.91 | 0 | 0 | 275.95 | 1 | 0.55 |
| Hex | A2 | 17 | FF | 24 | 5B | 0 | 0 | 114 | 64 | 37 |
| Octal | 242 | 27 | 377 | 44 | 133 | 0 | 0 | 424 | 144 | 67 |
| Binary | 10100010 | 10111 | 11111111 | 100100 | 1011011 | 0 | 0 | 100010100 | 1100100 | 110111 |
Color Harmonies of #A217FF
Complementary color
Monochromatic Colors of #A217FF
Black with #A217FF
Text Example
Text Example
White with #A217FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A217FF; }
p { color: rgb(162,23,255); }
H1.HeaderClassName
{
color: #A217FF;
}
.AnyTagClassName
{
color: #A217FF;
}
</style>
background-color css
<style>
a { background-color: #A217FF; }
a { background-color: rgb(162,23,255); }
div.DivClassName
{
background-color: #A217FF;
}
.BgClassName
{
background-color: #A217FF;
}
</style>
border-color css
<style>
span { border-color: #A217FF; }
span { border-color: rgb(162,23,255); }
td.TdClassName
{
border-color: #A217FF;
}
.TagClassName
{
border-color: #A217FF;
}
</style>