Shades of Electric Purple #A808ED
Tints of Electric Purple #A808ED
RGB
CMYK
RGB Variations
Color information
#A808ED (or 0xA808ED) is known color: Electric Purple. HEX triplet: A8, 08 and ED. RGB value is (168,8,237). Sum of RGB (Red+Green+Blue) = 168+8+237=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 8 (3.52% from 255 or 1.94% from 413); Blue value is 237 (92.97% from 255 or 57.38% from 413); Max value from RGB is 237 - color contains mainly: blue. Hex color #A808ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A808ED is #57F712. Grayscale: #515151. Windows color (decimal): -5764883 or 15534248. OLE color: 15534248.
HSL color Cylindrical-coordinate representation of color #A808ED: hue angle of 281.92º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A808ED is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 8 | 237 | - |
| CMYK | 0.29 | 0.97 | 0 | 0.07 |
| HSL | 281.92º | 0.93% | 0.48% | - |
| HSV(B) | 281.92º | 0.97% | 0.93% | - |
| XYZ | 31.52 | 14.61 | 81.28 | - |
| YUV | 81.95 | 215.51 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 8 | 237 | 0.29 | 0.97 | 0 | 0.07 | 281.92 | 0.93 | 0.48 |
| Hex | A8 | 8 | ED | 1D | 61 | 0 | 7 | 11A | 5D | 30 |
| Octal | 250 | 10 | 355 | 35 | 141 | 0 | 7 | 432 | 135 | 60 |
| Binary | 10101000 | 1000 | 11101101 | 11101 | 1100001 | 0 | 111 | 100011010 | 1011101 | 110000 |
Color Harmonies of #A808ED
Complementary color
Monochromatic Colors of #A808ED
Black with #A808ED
Text Example
Text Example
White with #A808ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A808ED; }
p { color: rgb(168,8,237); }
H1.HeaderClassName
{
color: #A808ED;
}
.AnyTagClassName
{
color: #A808ED;
}
</style>
background-color css
<style>
a { background-color: #A808ED; }
a { background-color: rgb(168,8,237); }
div.DivClassName
{
background-color: #A808ED;
}
.BgClassName
{
background-color: #A808ED;
}
</style>
border-color css
<style>
span { border-color: #A808ED; }
span { border-color: rgb(168,8,237); }
td.TdClassName
{
border-color: #A808ED;
}
.TagClassName
{
border-color: #A808ED;
}
</style>