Shades of Electric Purple #A811EF
Tints of Electric Purple #A811EF
RGB
CMYK
RGB Variations
Color information
#A811EF (or 0xA811EF) is known color: Electric Purple. HEX triplet: A8, 11 and EF. RGB value is (168,17,239). Sum of RGB (Red+Green+Blue) = 168+17+239=424 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.62% from 424); Green value is 17 (7.03% from 255 or 4.01% from 424); Blue value is 239 (93.75% from 255 or 56.37% from 424); Max value from RGB is 239 - color contains mainly: blue. Hex color #A811EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A811EF is #57EE10. Grayscale: #565656. Windows color (decimal): -5762577 or 15667624. OLE color: 15667624.
HSL color Cylindrical-coordinate representation of color #A811EF: hue angle of 280.81º 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 #A811EF is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 17 | 239 | - |
| CMYK | 0.30 | 0.93 | 0 | 0.06 |
| HSL | 280.81º | 0.87% | 0.5% | - |
| HSV(B) | 280.81º | 0.93% | 0.94% | - |
| XYZ | 31.93 | 14.96 | 82.87 | - |
| YUV | 87.46 | 213.53 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 239 | 0.30 | 0.93 | 0 | 0.06 | 280.81 | 0.87 | 0.5 |
| Hex | A8 | 11 | EF | 1E | 5D | 0 | 6 | 119 | 57 | 32 |
| Octal | 250 | 21 | 357 | 36 | 135 | 0 | 6 | 431 | 127 | 62 |
| Binary | 10101000 | 10001 | 11101111 | 11110 | 1011101 | 0 | 110 | 100011001 | 1010111 | 110010 |
Color Harmonies of #A811EF
Complementary color
Monochromatic Colors of #A811EF
Black with #A811EF
Text Example
Text Example
White with #A811EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A811EF; }
p { color: rgb(168,17,239); }
H1.HeaderClassName
{
color: #A811EF;
}
.AnyTagClassName
{
color: #A811EF;
}
</style>
background-color css
<style>
a { background-color: #A811EF; }
a { background-color: rgb(168,17,239); }
div.DivClassName
{
background-color: #A811EF;
}
.BgClassName
{
background-color: #A811EF;
}
</style>
border-color css
<style>
span { border-color: #A811EF; }
span { border-color: rgb(168,17,239); }
td.TdClassName
{
border-color: #A811EF;
}
.TagClassName
{
border-color: #A811EF;
}
</style>