Shades of Electric Purple #A802EB
Tints of Electric Purple #A802EB
RGB
CMYK
RGB Variations
Color information
#A802EB (or 0xA802EB) is known color: Electric Purple. HEX triplet: A8, 02 and EB. RGB value is (168,2,235). Sum of RGB (Red+Green+Blue) = 168+2+235=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 2 (1.17% from 255 or 0.49% from 405); Blue value is 235 (92.19% from 255 or 58.02% from 405); Max value from RGB is 235 - color contains mainly: blue. Hex color #A802EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A802EB is #57FD14. Grayscale: #4D4D4D. Windows color (decimal): -5766421 or 15401640. OLE color: 15401640.
HSL color Cylindrical-coordinate representation of color #A802EB: hue angle of 282.75º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A802EB is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 2 | 235 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.08 |
| HSL | 282.75º | 0.98% | 0.46% | - |
| HSV(B) | 282.75º | 0.99% | 0.92% | - |
| XYZ | 31.17 | 14.37 | 79.73 | - |
| YUV | 78.2 | 216.5 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 2 | 235 | 0.29 | 0.99 | 0 | 0.08 | 282.75 | 0.98 | 0.46 |
| Hex | A8 | 2 | EB | 1D | 63 | 0 | 8 | 11B | 62 | 2E |
| Octal | 250 | 2 | 353 | 35 | 143 | 0 | 10 | 433 | 142 | 56 |
| Binary | 10101000 | 10 | 11101011 | 11101 | 1100011 | 0 | 1000 | 100011011 | 1100010 | 101110 |
Color Harmonies of #A802EB
Complementary color
Monochromatic Colors of #A802EB
Black with #A802EB
Text Example
Text Example
White with #A802EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A802EB; }
p { color: rgb(168,2,235); }
H1.HeaderClassName
{
color: #A802EB;
}
.AnyTagClassName
{
color: #A802EB;
}
</style>
background-color css
<style>
a { background-color: #A802EB; }
a { background-color: rgb(168,2,235); }
div.DivClassName
{
background-color: #A802EB;
}
.BgClassName
{
background-color: #A802EB;
}
</style>
border-color css
<style>
span { border-color: #A802EB; }
span { border-color: rgb(168,2,235); }
td.TdClassName
{
border-color: #A802EB;
}
.TagClassName
{
border-color: #A802EB;
}
</style>