Shades of Electric Purple #A20CF3
Tints of Electric Purple #A20CF3
RGB
CMYK
RGB Variations
Color information
#A20CF3 (or 0xA20CF3) is known color: Electric Purple. HEX triplet: A2, 0C and F3. RGB value is (162,12,243). Sum of RGB (Red+Green+Blue) = 162+12+243=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 12 (5.08% from 255 or 2.88% from 417); Blue value is 243 (95.31% from 255 or 58.27% from 417); Max value from RGB is 243 - color contains mainly: blue. Hex color #A20CF3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A20CF3 is #5DF30C. Grayscale: #525252. Windows color (decimal): -6157069 or 15928482. OLE color: 15928482.
HSL color Cylindrical-coordinate representation of color #A20CF3: hue angle of 278.96º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A20CF3 is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 12 | 243 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.05 |
| HSL | 278.96º | 0.91% | 0.5% | - |
| HSV(B) | 278.96º | 0.95% | 0.95% | - |
| XYZ | 31.21 | 14.42 | 85.93 | - |
| YUV | 83.18 | 218.2 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 12 | 243 | 0.33 | 0.95 | 0 | 0.05 | 278.96 | 0.91 | 0.5 |
| Hex | A2 | C | F3 | 21 | 5F | 0 | 5 | 117 | 5B | 32 |
| Octal | 242 | 14 | 363 | 41 | 137 | 0 | 5 | 427 | 133 | 62 |
| Binary | 10100010 | 1100 | 11110011 | 100001 | 1011111 | 0 | 101 | 100010111 | 1011011 | 110010 |
Color Harmonies of #A20CF3
Complementary color
Monochromatic Colors of #A20CF3
Black with #A20CF3
Text Example
Text Example
White with #A20CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20CF3; }
p { color: rgb(162,12,243); }
H1.HeaderClassName
{
color: #A20CF3;
}
.AnyTagClassName
{
color: #A20CF3;
}
</style>
background-color css
<style>
a { background-color: #A20CF3; }
a { background-color: rgb(162,12,243); }
div.DivClassName
{
background-color: #A20CF3;
}
.BgClassName
{
background-color: #A20CF3;
}
</style>
border-color css
<style>
span { border-color: #A20CF3; }
span { border-color: rgb(162,12,243); }
td.TdClassName
{
border-color: #A20CF3;
}
.TagClassName
{
border-color: #A20CF3;
}
</style>