Shades of Electric Purple #A816F1
Tints of Electric Purple #A816F1
RGB
CMYK
RGB Variations
Color information
#A816F1 (or 0xA816F1) is known color: Electric Purple. HEX triplet: A8, 16 and F1. RGB value is (168,22,241). Sum of RGB (Red+Green+Blue) = 168+22+241=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 22 (8.98% from 255 or 5.10% from 431); Blue value is 241 (94.53% from 255 or 55.92% from 431); Max value from RGB is 241 - color contains mainly: blue. Hex color #A816F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A816F1 is #57E90E. Grayscale: #595959. Windows color (decimal): -5761295 or 15799976. OLE color: 15799976.
HSL color Cylindrical-coordinate representation of color #A816F1: hue angle of 280º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A816F1 is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 22 | 241 | - |
| CMYK | 0.30 | 0.91 | 0 | 0.05 |
| HSL | 280º | 0.89% | 0.52% | - |
| HSV(B) | 280º | 0.91% | 0.95% | - |
| XYZ | 32.31 | 15.25 | 84.46 | - |
| YUV | 90.62 | 212.87 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 22 | 241 | 0.30 | 0.91 | 0 | 0.05 | 280 | 0.89 | 0.52 |
| Hex | A8 | 16 | F1 | 1E | 5B | 0 | 5 | 118 | 59 | 34 |
| Octal | 250 | 26 | 361 | 36 | 133 | 0 | 5 | 430 | 131 | 64 |
| Binary | 10101000 | 10110 | 11110001 | 11110 | 1011011 | 0 | 101 | 100011000 | 1011001 | 110100 |
Color Harmonies of #A816F1
Complementary color
Monochromatic Colors of #A816F1
Black with #A816F1
Text Example
Text Example
White with #A816F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A816F1; }
p { color: rgb(168,22,241); }
H1.HeaderClassName
{
color: #A816F1;
}
.AnyTagClassName
{
color: #A816F1;
}
</style>
background-color css
<style>
a { background-color: #A816F1; }
a { background-color: rgb(168,22,241); }
div.DivClassName
{
background-color: #A816F1;
}
.BgClassName
{
background-color: #A816F1;
}
</style>
border-color css
<style>
span { border-color: #A816F1; }
span { border-color: rgb(168,22,241); }
td.TdClassName
{
border-color: #A816F1;
}
.TagClassName
{
border-color: #A816F1;
}
</style>