Shades of Electric Purple #A813EF
Tints of Electric Purple #A813EF
RGB
CMYK
RGB Variations
Color information
#A813EF (or 0xA813EF) is known color: Electric Purple. HEX triplet: A8, 13 and EF. RGB value is (168,19,239). Sum of RGB (Red+Green+Blue) = 168+19+239=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 19 (7.81% from 255 or 4.46% from 426); Blue value is 239 (93.75% from 255 or 56.10% from 426); Max value from RGB is 239 - color contains mainly: blue. Hex color #A813EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A813EF is #57EC10. Grayscale: #575757. Windows color (decimal): -5762065 or 15668136. OLE color: 15668136.
HSL color Cylindrical-coordinate representation of color #A813EF: hue angle of 280.64º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A813EF is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 19 | 239 | - |
| CMYK | 0.30 | 0.92 | 0 | 0.06 |
| HSL | 280.64º | 0.87% | 0.51% | - |
| HSV(B) | 280.64º | 0.92% | 0.94% | - |
| XYZ | 31.96 | 15.02 | 82.88 | - |
| YUV | 88.63 | 212.86 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 19 | 239 | 0.30 | 0.92 | 0 | 0.06 | 280.64 | 0.87 | 0.51 |
| Hex | A8 | 13 | EF | 1E | 5C | 0 | 6 | 119 | 57 | 33 |
| Octal | 250 | 23 | 357 | 36 | 134 | 0 | 6 | 431 | 127 | 63 |
| Binary | 10101000 | 10011 | 11101111 | 11110 | 1011100 | 0 | 110 | 100011001 | 1010111 | 110011 |
Color Harmonies of #A813EF
Complementary color
Monochromatic Colors of #A813EF
Black with #A813EF
Text Example
Text Example
White with #A813EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A813EF; }
p { color: rgb(168,19,239); }
H1.HeaderClassName
{
color: #A813EF;
}
.AnyTagClassName
{
color: #A813EF;
}
</style>
background-color css
<style>
a { background-color: #A813EF; }
a { background-color: rgb(168,19,239); }
div.DivClassName
{
background-color: #A813EF;
}
.BgClassName
{
background-color: #A813EF;
}
</style>
border-color css
<style>
span { border-color: #A813EF; }
span { border-color: rgb(168,19,239); }
td.TdClassName
{
border-color: #A813EF;
}
.TagClassName
{
border-color: #A813EF;
}
</style>