Shades of Electric Purple #A816EE
Tints of Electric Purple #A816EE
RGB
CMYK
RGB Variations
Color information
#A816EE (or 0xA816EE) is known color: Electric Purple. HEX triplet: A8, 16 and EE. RGB value is (168,22,238). Sum of RGB (Red+Green+Blue) = 168+22+238=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 22 (8.98% from 255 or 5.14% from 428); Blue value is 238 (93.36% from 255 or 55.61% from 428); Max value from RGB is 238 - color contains mainly: blue. Hex color #A816EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A816EE is #57E911. Grayscale: #595959. Windows color (decimal): -5761298 or 15603368. OLE color: 15603368.
HSL color Cylindrical-coordinate representation of color #A816EE: hue angle of 280.56º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A816EE is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 22 | 238 | - |
| CMYK | 0.29 | 0.91 | 0 | 0.07 |
| HSL | 280.56º | 0.86% | 0.51% | - |
| HSV(B) | 280.56º | 0.91% | 0.93% | - |
| XYZ | 31.87 | 15.07 | 82.12 | - |
| YUV | 90.28 | 211.37 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 22 | 238 | 0.29 | 0.91 | 0 | 0.07 | 280.56 | 0.86 | 0.51 |
| Hex | A8 | 16 | EE | 1D | 5B | 0 | 7 | 119 | 56 | 33 |
| Octal | 250 | 26 | 356 | 35 | 133 | 0 | 7 | 431 | 126 | 63 |
| Binary | 10101000 | 10110 | 11101110 | 11101 | 1011011 | 0 | 111 | 100011001 | 1010110 | 110011 |
Color Harmonies of #A816EE
Complementary color
Monochromatic Colors of #A816EE
Black with #A816EE
Text Example
Text Example
White with #A816EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A816EE; }
p { color: rgb(168,22,238); }
H1.HeaderClassName
{
color: #A816EE;
}
.AnyTagClassName
{
color: #A816EE;
}
</style>
background-color css
<style>
a { background-color: #A816EE; }
a { background-color: rgb(168,22,238); }
div.DivClassName
{
background-color: #A816EE;
}
.BgClassName
{
background-color: #A816EE;
}
</style>
border-color css
<style>
span { border-color: #A816EE; }
span { border-color: rgb(168,22,238); }
td.TdClassName
{
border-color: #A816EE;
}
.TagClassName
{
border-color: #A816EE;
}
</style>