Shades of Electric Purple #A20FF3
Tints of Electric Purple #A20FF3
RGB
CMYK
RGB Variations
Color information
#A20FF3 (or 0xA20FF3) is known color: Electric Purple. HEX triplet: A2, 0F and F3. RGB value is (162,15,243). Sum of RGB (Red+Green+Blue) = 162+15+243=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 15 (6.25% from 255 or 3.57% from 420); Blue value is 243 (95.31% from 255 or 57.86% from 420); Max value from RGB is 243 - color contains mainly: blue. Hex color #A20FF3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A20FF3 is #5DF00C. Grayscale: #545454. Windows color (decimal): -6156301 or 15929250. OLE color: 15929250.
HSL color Cylindrical-coordinate representation of color #A20FF3: hue angle of 278.68º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20FF3 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 15 | 243 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.05 |
| HSL | 278.68º | 0.9% | 0.51% | - |
| HSV(B) | 278.68º | 0.94% | 0.95% | - |
| XYZ | 31.25 | 14.49 | 85.94 | - |
| YUV | 84.95 | 217.2 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 15 | 243 | 0.33 | 0.94 | 0 | 0.05 | 278.68 | 0.9 | 0.51 |
| Hex | A2 | F | F3 | 21 | 5E | 0 | 5 | 117 | 5A | 33 |
| Octal | 242 | 17 | 363 | 41 | 136 | 0 | 5 | 427 | 132 | 63 |
| Binary | 10100010 | 1111 | 11110011 | 100001 | 1011110 | 0 | 101 | 100010111 | 1011010 | 110011 |
Color Harmonies of #A20FF3
Complementary color
Monochromatic Colors of #A20FF3
Black with #A20FF3
Text Example
Text Example
White with #A20FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20FF3; }
p { color: rgb(162,15,243); }
H1.HeaderClassName
{
color: #A20FF3;
}
.AnyTagClassName
{
color: #A20FF3;
}
</style>
background-color css
<style>
a { background-color: #A20FF3; }
a { background-color: rgb(162,15,243); }
div.DivClassName
{
background-color: #A20FF3;
}
.BgClassName
{
background-color: #A20FF3;
}
</style>
border-color css
<style>
span { border-color: #A20FF3; }
span { border-color: rgb(162,15,243); }
td.TdClassName
{
border-color: #A20FF3;
}
.TagClassName
{
border-color: #A20FF3;
}
</style>