Shades of Electric Purple #A513EE
Tints of Electric Purple #A513EE
RGB
CMYK
RGB Variations
Color information
#A513EE (or 0xA513EE) is known color: Electric Purple. HEX triplet: A5, 13 and EE. RGB value is (165,19,238). Sum of RGB (Red+Green+Blue) = 165+19+238=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 19 (7.81% from 255 or 4.50% from 422); Blue value is 238 (93.36% from 255 or 56.40% from 422); Max value from RGB is 238 - color contains mainly: blue. Hex color #A513EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A513EE is #5AEC11. Grayscale: #565656. Windows color (decimal): -5958674 or 15602597. OLE color: 15602597.
HSL color Cylindrical-coordinate representation of color #A513EE: hue angle of 280º 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 #A513EE is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 19 | 238 | - |
| CMYK | 0.31 | 0.92 | 0 | 0.07 |
| HSL | 280º | 0.87% | 0.5% | - |
| HSV(B) | 280º | 0.92% | 0.93% | - |
| XYZ | 31.18 | 14.64 | 82.07 | - |
| YUV | 87.62 | 212.87 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 19 | 238 | 0.31 | 0.92 | 0 | 0.07 | 280 | 0.87 | 0.5 |
| Hex | A5 | 13 | EE | 1F | 5C | 0 | 7 | 118 | 57 | 32 |
| Octal | 245 | 23 | 356 | 37 | 134 | 0 | 7 | 430 | 127 | 62 |
| Binary | 10100101 | 10011 | 11101110 | 11111 | 1011100 | 0 | 111 | 100011000 | 1010111 | 110010 |
Color Harmonies of #A513EE
Complementary color
Monochromatic Colors of #A513EE
Black with #A513EE
Text Example
Text Example
White with #A513EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A513EE; }
p { color: rgb(165,19,238); }
H1.HeaderClassName
{
color: #A513EE;
}
.AnyTagClassName
{
color: #A513EE;
}
</style>
background-color css
<style>
a { background-color: #A513EE; }
a { background-color: rgb(165,19,238); }
div.DivClassName
{
background-color: #A513EE;
}
.BgClassName
{
background-color: #A513EE;
}
</style>
border-color css
<style>
span { border-color: #A513EE; }
span { border-color: rgb(165,19,238); }
td.TdClassName
{
border-color: #A513EE;
}
.TagClassName
{
border-color: #A513EE;
}
</style>