Shades of Electric Purple #A816EF
Tints of Electric Purple #A816EF
RGB
CMYK
RGB Variations
Color information
#A816EF (or 0xA816EF) is known color: Electric Purple. HEX triplet: A8, 16 and EF. RGB value is (168,22,239). Sum of RGB (Red+Green+Blue) = 168+22+239=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 22 (8.98% from 255 or 5.13% from 429); Blue value is 239 (93.75% from 255 or 55.71% from 429); Max value from RGB is 239 - color contains mainly: blue. Hex color #A816EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A816EF is #57E910. Grayscale: #595959. Windows color (decimal): -5761297 or 15668904. OLE color: 15668904.
HSL color Cylindrical-coordinate representation of color #A816EF: hue angle of 280.37º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A816EF is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 22 | 239 | - |
| CMYK | 0.30 | 0.91 | 0 | 0.06 |
| HSL | 280.37º | 0.87% | 0.51% | - |
| HSV(B) | 280.37º | 0.91% | 0.94% | - |
| XYZ | 32.02 | 15.13 | 82.89 | - |
| YUV | 90.39 | 211.87 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 22 | 239 | 0.30 | 0.91 | 0 | 0.06 | 280.37 | 0.87 | 0.51 |
| Hex | A8 | 16 | EF | 1E | 5B | 0 | 6 | 118 | 57 | 33 |
| Octal | 250 | 26 | 357 | 36 | 133 | 0 | 6 | 430 | 127 | 63 |
| Binary | 10101000 | 10110 | 11101111 | 11110 | 1011011 | 0 | 110 | 100011000 | 1010111 | 110011 |
Color Harmonies of #A816EF
Complementary color
Monochromatic Colors of #A816EF
Black with #A816EF
Text Example
Text Example
White with #A816EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A816EF; }
p { color: rgb(168,22,239); }
H1.HeaderClassName
{
color: #A816EF;
}
.AnyTagClassName
{
color: #A816EF;
}
</style>
background-color css
<style>
a { background-color: #A816EF; }
a { background-color: rgb(168,22,239); }
div.DivClassName
{
background-color: #A816EF;
}
.BgClassName
{
background-color: #A816EF;
}
</style>
border-color css
<style>
span { border-color: #A816EF; }
span { border-color: rgb(168,22,239); }
td.TdClassName
{
border-color: #A816EF;
}
.TagClassName
{
border-color: #A816EF;
}
</style>