Shades of Electric Purple #A500EE
Tints of Electric Purple #A500EE
RGB
CMYK
RGB Variations
Color information
#A500EE (or 0xA500EE) is known color: Electric Purple. HEX triplet: A5, 00 and EE. RGB value is (165,0,238). Sum of RGB (Red+Green+Blue) = 165+0+238=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 0 (0.39% from 255 or 0% from 403); Blue value is 238 (93.36% from 255 or 59.06% from 403); Max value from RGB is 238 - color contains mainly: blue. Hex color #A500EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A500EE is #5AFF11. Grayscale: #4B4B4B. Windows color (decimal): -5963538 or 15597733. OLE color: 15597733.
HSL color Cylindrical-coordinate representation of color #A500EE: hue angle of 281.6º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A500EE is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 0 | 238 | - |
| CMYK | 0.31 | 1 | 0 | 0.07 |
| HSL | 281.6º | 1% | 0.47% | - |
| HSV(B) | 281.6º | 1% | 0.93% | - |
| XYZ | 30.95 | 14.17 | 81.99 | - |
| YUV | 76.47 | 219.16 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 0 | 238 | 0.31 | 1 | 0 | 0.07 | 281.6 | 1 | 0.47 |
| Hex | A5 | 0 | EE | 1F | 64 | 0 | 7 | 11A | 64 | 2F |
| Octal | 245 | 0 | 356 | 37 | 144 | 0 | 7 | 432 | 144 | 57 |
| Binary | 10100101 | 0 | 11101110 | 11111 | 1100100 | 0 | 111 | 100011010 | 1100100 | 101111 |
Color Harmonies of #A500EE
Complementary color
Monochromatic Colors of #A500EE
Black with #A500EE
Text Example
Text Example
White with #A500EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A500EE; }
p { color: rgb(165,0,238); }
H1.HeaderClassName
{
color: #A500EE;
}
.AnyTagClassName
{
color: #A500EE;
}
</style>
background-color css
<style>
a { background-color: #A500EE; }
a { background-color: rgb(165,0,238); }
div.DivClassName
{
background-color: #A500EE;
}
.BgClassName
{
background-color: #A500EE;
}
</style>
border-color css
<style>
span { border-color: #A500EE; }
span { border-color: rgb(165,0,238); }
td.TdClassName
{
border-color: #A500EE;
}
.TagClassName
{
border-color: #A500EE;
}
</style>