Shades of Electric Purple #A813EE
Tints of Electric Purple #A813EE
RGB
CMYK
RGB Variations
Color information
#A813EE (or 0xA813EE) is known color: Electric Purple. HEX triplet: A8, 13 and EE. RGB value is (168,19,238). Sum of RGB (Red+Green+Blue) = 168+19+238=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 19 (7.81% from 255 or 4.47% from 425); Blue value is 238 (93.36% from 255 or 56% from 425); Max value from RGB is 238 - color contains mainly: blue. Hex color #A813EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A813EE is #57EC11. Grayscale: #575757. Windows color (decimal): -5762066 or 15602600. OLE color: 15602600.
HSL color Cylindrical-coordinate representation of color #A813EE: hue angle of 280.82º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A813EE is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 19 | 238 | - |
| CMYK | 0.29 | 0.92 | 0 | 0.07 |
| HSL | 280.82º | 0.87% | 0.5% | - |
| HSV(B) | 280.82º | 0.92% | 0.93% | - |
| XYZ | 31.81 | 14.96 | 82.1 | - |
| YUV | 88.52 | 212.36 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 19 | 238 | 0.29 | 0.92 | 0 | 0.07 | 280.82 | 0.87 | 0.5 |
| Hex | A8 | 13 | EE | 1D | 5C | 0 | 7 | 119 | 57 | 32 |
| Octal | 250 | 23 | 356 | 35 | 134 | 0 | 7 | 431 | 127 | 62 |
| Binary | 10101000 | 10011 | 11101110 | 11101 | 1011100 | 0 | 111 | 100011001 | 1010111 | 110010 |
Color Harmonies of #A813EE
Complementary color
Monochromatic Colors of #A813EE
Black with #A813EE
Text Example
Text Example
White with #A813EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A813EE; }
p { color: rgb(168,19,238); }
H1.HeaderClassName
{
color: #A813EE;
}
.AnyTagClassName
{
color: #A813EE;
}
</style>
background-color css
<style>
a { background-color: #A813EE; }
a { background-color: rgb(168,19,238); }
div.DivClassName
{
background-color: #A813EE;
}
.BgClassName
{
background-color: #A813EE;
}
</style>
border-color css
<style>
span { border-color: #A813EE; }
span { border-color: rgb(168,19,238); }
td.TdClassName
{
border-color: #A813EE;
}
.TagClassName
{
border-color: #A813EE;
}
</style>