Shades of Electric Purple #A20BF1
Tints of Electric Purple #A20BF1
RGB
CMYK
RGB Variations
Color information
#A20BF1 (or 0xA20BF1) is known color: Electric Purple. HEX triplet: A2, 0B and F1. RGB value is (162,11,241). Sum of RGB (Red+Green+Blue) = 162+11+241=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 11 (4.69% from 255 or 2.66% from 414); Blue value is 241 (94.53% from 255 or 58.21% from 414); Max value from RGB is 241 - color contains mainly: blue. Hex color #A20BF1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A20BF1 is #5DF40E. Grayscale: #515151. Windows color (decimal): -6157327 or 15797154. OLE color: 15797154.
HSL color Cylindrical-coordinate representation of color #A20BF1: hue angle of 279.39º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A20BF1 is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 11 | 241 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.05 |
| HSL | 279.39º | 0.91% | 0.49% | - |
| HSV(B) | 279.39º | 0.95% | 0.95% | - |
| XYZ | 30.9 | 14.27 | 84.35 | - |
| YUV | 82.37 | 217.53 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 11 | 241 | 0.33 | 0.95 | 0 | 0.05 | 279.39 | 0.91 | 0.49 |
| Hex | A2 | B | F1 | 21 | 5F | 0 | 5 | 117 | 5B | 31 |
| Octal | 242 | 13 | 361 | 41 | 137 | 0 | 5 | 427 | 133 | 61 |
| Binary | 10100010 | 1011 | 11110001 | 100001 | 1011111 | 0 | 101 | 100010111 | 1011011 | 110001 |
Color Harmonies of #A20BF1
Complementary color
Monochromatic Colors of #A20BF1
Black with #A20BF1
Text Example
Text Example
White with #A20BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20BF1; }
p { color: rgb(162,11,241); }
H1.HeaderClassName
{
color: #A20BF1;
}
.AnyTagClassName
{
color: #A20BF1;
}
</style>
background-color css
<style>
a { background-color: #A20BF1; }
a { background-color: rgb(162,11,241); }
div.DivClassName
{
background-color: #A20BF1;
}
.BgClassName
{
background-color: #A20BF1;
}
</style>
border-color css
<style>
span { border-color: #A20BF1; }
span { border-color: rgb(162,11,241); }
td.TdClassName
{
border-color: #A20BF1;
}
.TagClassName
{
border-color: #A20BF1;
}
</style>