Shades of Electric Purple #A802ED
Tints of Electric Purple #A802ED
RGB
CMYK
RGB Variations
Color information
#A802ED (or 0xA802ED) is known color: Electric Purple. HEX triplet: A8, 02 and ED. RGB value is (168,2,237). Sum of RGB (Red+Green+Blue) = 168+2+237=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 2 (1.17% from 255 or 0.49% from 407); Blue value is 237 (92.97% from 255 or 58.23% from 407); Max value from RGB is 237 - color contains mainly: blue. Hex color #A802ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A802ED is #57FD12. Grayscale: #4D4D4D. Windows color (decimal): -5766419 or 15532712. OLE color: 15532712.
HSL color Cylindrical-coordinate representation of color #A802ED: hue angle of 282.38º 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 #A802ED is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 2 | 237 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.07 |
| HSL | 282.38º | 0.98% | 0.47% | - |
| HSV(B) | 282.38º | 0.99% | 0.93% | - |
| XYZ | 31.46 | 14.48 | 81.26 | - |
| YUV | 78.42 | 217.5 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 2 | 237 | 0.29 | 0.99 | 0 | 0.07 | 282.38 | 0.98 | 0.47 |
| Hex | A8 | 2 | ED | 1D | 63 | 0 | 7 | 11A | 62 | 2F |
| Octal | 250 | 2 | 355 | 35 | 143 | 0 | 7 | 432 | 142 | 57 |
| Binary | 10101000 | 10 | 11101101 | 11101 | 1100011 | 0 | 111 | 100011010 | 1100010 | 101111 |
Color Harmonies of #A802ED
Complementary color
Monochromatic Colors of #A802ED
Black with #A802ED
Text Example
Text Example
White with #A802ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A802ED; }
p { color: rgb(168,2,237); }
H1.HeaderClassName
{
color: #A802ED;
}
.AnyTagClassName
{
color: #A802ED;
}
</style>
background-color css
<style>
a { background-color: #A802ED; }
a { background-color: rgb(168,2,237); }
div.DivClassName
{
background-color: #A802ED;
}
.BgClassName
{
background-color: #A802ED;
}
</style>
border-color css
<style>
span { border-color: #A802ED; }
span { border-color: rgb(168,2,237); }
td.TdClassName
{
border-color: #A802ED;
}
.TagClassName
{
border-color: #A802ED;
}
</style>