Shades of Electric Purple #A811F1
Tints of Electric Purple #A811F1
RGB
CMYK
RGB Variations
Color information
#A811F1 (or 0xA811F1) is known color: Electric Purple. HEX triplet: A8, 11 and F1. RGB value is (168,17,241). Sum of RGB (Red+Green+Blue) = 168+17+241=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 17 (7.03% from 255 or 3.99% from 426); Blue value is 241 (94.53% from 255 or 56.57% from 426); Max value from RGB is 241 - color contains mainly: blue. Hex color #A811F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A811F1 is #57EE0E. Grayscale: #565656. Windows color (decimal): -5762575 or 15798696. OLE color: 15798696.
HSL color Cylindrical-coordinate representation of color #A811F1: hue angle of 280.45º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A811F1 is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 17 | 241 | - |
| CMYK | 0.30 | 0.93 | 0 | 0.05 |
| HSL | 280.45º | 0.89% | 0.51% | - |
| HSV(B) | 280.45º | 0.93% | 0.95% | - |
| XYZ | 32.23 | 15.08 | 84.43 | - |
| YUV | 87.69 | 214.53 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 241 | 0.30 | 0.93 | 0 | 0.05 | 280.45 | 0.89 | 0.51 |
| Hex | A8 | 11 | F1 | 1E | 5D | 0 | 5 | 118 | 59 | 33 |
| Octal | 250 | 21 | 361 | 36 | 135 | 0 | 5 | 430 | 131 | 63 |
| Binary | 10101000 | 10001 | 11110001 | 11110 | 1011101 | 0 | 101 | 100011000 | 1011001 | 110011 |
Color Harmonies of #A811F1
Complementary color
Monochromatic Colors of #A811F1
Black with #A811F1
Text Example
Text Example
White with #A811F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A811F1; }
p { color: rgb(168,17,241); }
H1.HeaderClassName
{
color: #A811F1;
}
.AnyTagClassName
{
color: #A811F1;
}
</style>
background-color css
<style>
a { background-color: #A811F1; }
a { background-color: rgb(168,17,241); }
div.DivClassName
{
background-color: #A811F1;
}
.BgClassName
{
background-color: #A811F1;
}
</style>
border-color css
<style>
span { border-color: #A811F1; }
span { border-color: rgb(168,17,241); }
td.TdClassName
{
border-color: #A811F1;
}
.TagClassName
{
border-color: #A811F1;
}
</style>