Shades of Electric Purple #A810EF
Tints of Electric Purple #A810EF
RGB
CMYK
RGB Variations
Color information
#A810EF (or 0xA810EF) is known color: Electric Purple. HEX triplet: A8, 10 and EF. RGB value is (168,16,239). Sum of RGB (Red+Green+Blue) = 168+16+239=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 16 (6.64% from 255 or 3.78% from 423); Blue value is 239 (93.75% from 255 or 56.50% from 423); Max value from RGB is 239 - color contains mainly: blue. Hex color #A810EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A810EF is #57EF10. Grayscale: #565656. Windows color (decimal): -5762833 or 15667368. OLE color: 15667368.
HSL color Cylindrical-coordinate representation of color #A810EF: hue angle of 280.9º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A810EF is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 16 | 239 | - |
| CMYK | 0.30 | 0.93 | 0 | 0.06 |
| HSL | 280.9º | 0.87% | 0.5% | - |
| HSV(B) | 280.9º | 0.93% | 0.94% | - |
| XYZ | 31.91 | 14.93 | 82.86 | - |
| YUV | 86.87 | 213.86 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 239 | 0.30 | 0.93 | 0 | 0.06 | 280.9 | 0.87 | 0.5 |
| Hex | A8 | 10 | EF | 1E | 5D | 0 | 6 | 119 | 57 | 32 |
| Octal | 250 | 20 | 357 | 36 | 135 | 0 | 6 | 431 | 127 | 62 |
| Binary | 10101000 | 10000 | 11101111 | 11110 | 1011101 | 0 | 110 | 100011001 | 1010111 | 110010 |
Color Harmonies of #A810EF
Complementary color
Monochromatic Colors of #A810EF
Black with #A810EF
Text Example
Text Example
White with #A810EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A810EF; }
p { color: rgb(168,16,239); }
H1.HeaderClassName
{
color: #A810EF;
}
.AnyTagClassName
{
color: #A810EF;
}
</style>
background-color css
<style>
a { background-color: #A810EF; }
a { background-color: rgb(168,16,239); }
div.DivClassName
{
background-color: #A810EF;
}
.BgClassName
{
background-color: #A810EF;
}
</style>
border-color css
<style>
span { border-color: #A810EF; }
span { border-color: rgb(168,16,239); }
td.TdClassName
{
border-color: #A810EF;
}
.TagClassName
{
border-color: #A810EF;
}
</style>