Shades of Electric Purple #A111F2
Tints of Electric Purple #A111F2
RGB
CMYK
RGB Variations
Color information
#A111F2 (or 0xA111F2) is known color: Electric Purple. HEX triplet: A1, 11 and F2. RGB value is (161,17,242). Sum of RGB (Red+Green+Blue) = 161+17+242=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 17 (7.03% from 255 or 4.05% from 420); Blue value is 242 (94.92% from 255 or 57.62% from 420); Max value from RGB is 242 - color contains mainly: blue. Hex color #A111F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A111F2 is #5EEE0D. Grayscale: #545454. Windows color (decimal): -6221326 or 15864225. OLE color: 15864225.
HSL color Cylindrical-coordinate representation of color #A111F2: hue angle of 278.4º degrees, saturation: 0.9, 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 #A111F2 is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 17 | 242 | - |
| CMYK | 0.33 | 0.93 | 0 | 0.05 |
| HSL | 278.4º | 0.9% | 0.51% | - |
| HSV(B) | 278.4º | 0.93% | 0.95% | - |
| XYZ | 30.93 | 14.39 | 85.15 | - |
| YUV | 85.71 | 216.21 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 17 | 242 | 0.33 | 0.93 | 0 | 0.05 | 278.4 | 0.9 | 0.51 |
| Hex | A1 | 11 | F2 | 21 | 5D | 0 | 5 | 116 | 5A | 33 |
| Octal | 241 | 21 | 362 | 41 | 135 | 0 | 5 | 426 | 132 | 63 |
| Binary | 10100001 | 10001 | 11110010 | 100001 | 1011101 | 0 | 101 | 100010110 | 1011010 | 110011 |
Color Harmonies of #A111F2
Complementary color
Monochromatic Colors of #A111F2
Black with #A111F2
Text Example
Text Example
White with #A111F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A111F2; }
p { color: rgb(161,17,242); }
H1.HeaderClassName
{
color: #A111F2;
}
.AnyTagClassName
{
color: #A111F2;
}
</style>
background-color css
<style>
a { background-color: #A111F2; }
a { background-color: rgb(161,17,242); }
div.DivClassName
{
background-color: #A111F2;
}
.BgClassName
{
background-color: #A111F2;
}
</style>
border-color css
<style>
span { border-color: #A111F2; }
span { border-color: rgb(161,17,242); }
td.TdClassName
{
border-color: #A111F2;
}
.TagClassName
{
border-color: #A111F2;
}
</style>