Shades of Electric Purple #A218FF
Tints of Electric Purple #A218FF
RGB
CMYK
RGB Variations
Color information
#A218FF (or 0xA218FF) is known color: Electric Purple. HEX triplet: A2, 18 and FF. RGB value is (162,24,255). Sum of RGB (Red+Green+Blue) = 162+24+255=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 24 (9.77% from 255 or 5.44% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #A218FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A218FF is #5DE700. Grayscale: #5A5A5A. Windows color (decimal): -6153985 or 16717986. OLE color: 16717986.
HSL color Cylindrical-coordinate representation of color #A218FF: hue angle of 275.84º 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 #A218FF is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 24 | 255 | - |
| CMYK | 0.36 | 0.91 | 0 | 0 |
| HSL | 275.84º | 1% | 0.55% | - |
| HSV(B) | 275.84º | 0.91% | 1% | - |
| XYZ | 33.28 | 15.55 | 95.86 | - |
| YUV | 91.6 | 220.22 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 24 | 255 | 0.36 | 0.91 | 0 | 0 | 275.84 | 1 | 0.55 |
| Hex | A2 | 18 | FF | 24 | 5B | 0 | 0 | 114 | 64 | 37 |
| Octal | 242 | 30 | 377 | 44 | 133 | 0 | 0 | 424 | 144 | 67 |
| Binary | 10100010 | 11000 | 11111111 | 100100 | 1011011 | 0 | 0 | 100010100 | 1100100 | 110111 |
Color Harmonies of #A218FF
Complementary color
Monochromatic Colors of #A218FF
Black with #A218FF
Text Example
Text Example
White with #A218FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A218FF; }
p { color: rgb(162,24,255); }
H1.HeaderClassName
{
color: #A218FF;
}
.AnyTagClassName
{
color: #A218FF;
}
</style>
background-color css
<style>
a { background-color: #A218FF; }
a { background-color: rgb(162,24,255); }
div.DivClassName
{
background-color: #A218FF;
}
.BgClassName
{
background-color: #A218FF;
}
</style>
border-color css
<style>
span { border-color: #A218FF; }
span { border-color: rgb(162,24,255); }
td.TdClassName
{
border-color: #A218FF;
}
.TagClassName
{
border-color: #A218FF;
}
</style>