Shades of Electric Purple #A810ED
Tints of Electric Purple #A810ED
RGB
CMYK
RGB Variations
Color information
#A810ED (or 0xA810ED) is known color: Electric Purple. HEX triplet: A8, 10 and ED. RGB value is (168,16,237). Sum of RGB (Red+Green+Blue) = 168+16+237=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 16 (6.64% from 255 or 3.80% from 421); Blue value is 237 (92.97% from 255 or 56.29% from 421); Max value from RGB is 237 - color contains mainly: blue. Hex color #A810ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A810ED is #57EF12. Grayscale: #555555. Windows color (decimal): -5762835 or 15536296. OLE color: 15536296.
HSL color Cylindrical-coordinate representation of color #A810ED: hue angle of 281.27º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A810ED is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 16 | 237 | - |
| CMYK | 0.29 | 0.93 | 0 | 0.07 |
| HSL | 281.27º | 0.87% | 0.5% | - |
| HSV(B) | 281.27º | 0.93% | 0.93% | - |
| XYZ | 31.62 | 14.81 | 81.31 | - |
| YUV | 86.64 | 212.86 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 237 | 0.29 | 0.93 | 0 | 0.07 | 281.27 | 0.87 | 0.5 |
| Hex | A8 | 10 | ED | 1D | 5D | 0 | 7 | 119 | 57 | 32 |
| Octal | 250 | 20 | 355 | 35 | 135 | 0 | 7 | 431 | 127 | 62 |
| Binary | 10101000 | 10000 | 11101101 | 11101 | 1011101 | 0 | 111 | 100011001 | 1010111 | 110010 |
Color Harmonies of #A810ED
Complementary color
Monochromatic Colors of #A810ED
Black with #A810ED
Text Example
Text Example
White with #A810ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A810ED; }
p { color: rgb(168,16,237); }
H1.HeaderClassName
{
color: #A810ED;
}
.AnyTagClassName
{
color: #A810ED;
}
</style>
background-color css
<style>
a { background-color: #A810ED; }
a { background-color: rgb(168,16,237); }
div.DivClassName
{
background-color: #A810ED;
}
.BgClassName
{
background-color: #A810ED;
}
</style>
border-color css
<style>
span { border-color: #A810ED; }
span { border-color: rgb(168,16,237); }
td.TdClassName
{
border-color: #A810ED;
}
.TagClassName
{
border-color: #A810ED;
}
</style>