Shades of Electric Purple #A502EE
Tints of Electric Purple #A502EE
RGB
CMYK
RGB Variations
Color information
#A502EE (or 0xA502EE) is known color: Electric Purple. HEX triplet: A5, 02 and EE. RGB value is (165,2,238). Sum of RGB (Red+Green+Blue) = 165+2+238=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 2 (1.17% from 255 or 0.49% from 405); Blue value is 238 (93.36% from 255 or 58.77% from 405); Max value from RGB is 238 - color contains mainly: blue. Hex color #A502EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A502EE is #5AFD11. Grayscale: #4C4C4C. Windows color (decimal): -5963026 or 15598245. OLE color: 15598245.
HSL color Cylindrical-coordinate representation of color #A502EE: hue angle of 281.44º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A502EE is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 2 | 238 | - |
| CMYK | 0.31 | 0.99 | 0 | 0.07 |
| HSL | 281.44º | 0.98% | 0.47% | - |
| HSV(B) | 281.44º | 0.99% | 0.93% | - |
| XYZ | 30.97 | 14.22 | 82 | - |
| YUV | 77.64 | 218.5 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 2 | 238 | 0.31 | 0.99 | 0 | 0.07 | 281.44 | 0.98 | 0.47 |
| Hex | A5 | 2 | EE | 1F | 63 | 0 | 7 | 119 | 62 | 2F |
| Octal | 245 | 2 | 356 | 37 | 143 | 0 | 7 | 431 | 142 | 57 |
| Binary | 10100101 | 10 | 11101110 | 11111 | 1100011 | 0 | 111 | 100011001 | 1100010 | 101111 |
Color Harmonies of #A502EE
Complementary color
Monochromatic Colors of #A502EE
Black with #A502EE
Text Example
Text Example
White with #A502EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A502EE; }
p { color: rgb(165,2,238); }
H1.HeaderClassName
{
color: #A502EE;
}
.AnyTagClassName
{
color: #A502EE;
}
</style>
background-color css
<style>
a { background-color: #A502EE; }
a { background-color: rgb(165,2,238); }
div.DivClassName
{
background-color: #A502EE;
}
.BgClassName
{
background-color: #A502EE;
}
</style>
border-color css
<style>
span { border-color: #A502EE; }
span { border-color: rgb(165,2,238); }
td.TdClassName
{
border-color: #A502EE;
}
.TagClassName
{
border-color: #A502EE;
}
</style>