Shades of Electric Purple #A818EF
Tints of Electric Purple #A818EF
RGB
CMYK
RGB Variations
Color information
#A818EF (or 0xA818EF) is known color: Electric Purple. HEX triplet: A8, 18 and EF. RGB value is (168,24,239). Sum of RGB (Red+Green+Blue) = 168+24+239=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 24 (9.77% from 255 or 5.57% from 431); Blue value is 239 (93.75% from 255 or 55.45% from 431); Max value from RGB is 239 - color contains mainly: blue. Hex color #A818EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A818EF is #57E710. Grayscale: #5A5A5A. Windows color (decimal): -5760785 or 15669416. OLE color: 15669416.
HSL color Cylindrical-coordinate representation of color #A818EF: hue angle of 280.19º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A818EF is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 24 | 239 | - |
| CMYK | 0.30 | 0.90 | 0 | 0.06 |
| HSL | 280.19º | 0.87% | 0.52% | - |
| HSV(B) | 280.19º | 0.9% | 0.94% | - |
| XYZ | 32.06 | 15.21 | 82.91 | - |
| YUV | 91.57 | 211.21 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 24 | 239 | 0.30 | 0.90 | 0 | 0.06 | 280.19 | 0.87 | 0.52 |
| Hex | A8 | 18 | EF | 1E | 5A | 0 | 6 | 118 | 57 | 34 |
| Octal | 250 | 30 | 357 | 36 | 132 | 0 | 6 | 430 | 127 | 64 |
| Binary | 10101000 | 11000 | 11101111 | 11110 | 1011010 | 0 | 110 | 100011000 | 1010111 | 110100 |
Color Harmonies of #A818EF
Complementary color
Monochromatic Colors of #A818EF
Black with #A818EF
Text Example
Text Example
White with #A818EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A818EF; }
p { color: rgb(168,24,239); }
H1.HeaderClassName
{
color: #A818EF;
}
.AnyTagClassName
{
color: #A818EF;
}
</style>
background-color css
<style>
a { background-color: #A818EF; }
a { background-color: rgb(168,24,239); }
div.DivClassName
{
background-color: #A818EF;
}
.BgClassName
{
background-color: #A818EF;
}
</style>
border-color css
<style>
span { border-color: #A818EF; }
span { border-color: rgb(168,24,239); }
td.TdClassName
{
border-color: #A818EF;
}
.TagClassName
{
border-color: #A818EF;
}
</style>