Shades of Electric Purple #A211F6
Tints of Electric Purple #A211F6
RGB
CMYK
RGB Variations
Color information
#A211F6 (or 0xA211F6) is known color: Electric Purple. HEX triplet: A2, 11 and F6. RGB value is (162,17,246). Sum of RGB (Red+Green+Blue) = 162+17+246=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 17 (7.03% from 255 or 4% from 425); Blue value is 246 (96.48% from 255 or 57.88% from 425); Max value from RGB is 246 - color contains mainly: blue. Hex color #A211F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A211F6 is #5DEE09. Grayscale: #555555. Windows color (decimal): -6155786 or 16126370. OLE color: 16126370.
HSL color Cylindrical-coordinate representation of color #A211F6: hue angle of 277.99º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A211F6 is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 17 | 246 | - |
| CMYK | 0.34 | 0.93 | 0 | 0.04 |
| HSL | 277.99º | 0.93% | 0.52% | - |
| HSV(B) | 277.99º | 0.93% | 0.96% | - |
| XYZ | 31.74 | 14.74 | 88.36 | - |
| YUV | 86.46 | 218.04 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 17 | 246 | 0.34 | 0.93 | 0 | 0.04 | 277.99 | 0.93 | 0.52 |
| Hex | A2 | 11 | F6 | 22 | 5D | 0 | 4 | 116 | 5D | 34 |
| Octal | 242 | 21 | 366 | 42 | 135 | 0 | 4 | 426 | 135 | 64 |
| Binary | 10100010 | 10001 | 11110110 | 100010 | 1011101 | 0 | 100 | 100010110 | 1011101 | 110100 |
Color Harmonies of #A211F6
Complementary color
Monochromatic Colors of #A211F6
Black with #A211F6
Text Example
Text Example
White with #A211F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A211F6; }
p { color: rgb(162,17,246); }
H1.HeaderClassName
{
color: #A211F6;
}
.AnyTagClassName
{
color: #A211F6;
}
</style>
background-color css
<style>
a { background-color: #A211F6; }
a { background-color: rgb(162,17,246); }
div.DivClassName
{
background-color: #A211F6;
}
.BgClassName
{
background-color: #A211F6;
}
</style>
border-color css
<style>
span { border-color: #A211F6; }
span { border-color: rgb(162,17,246); }
td.TdClassName
{
border-color: #A211F6;
}
.TagClassName
{
border-color: #A211F6;
}
</style>