Shades of Electric Purple #A20CFF
Tints of Electric Purple #A20CFF
RGB
CMYK
RGB Variations
Color information
#A20CFF (or 0xA20CFF) is known color: Electric Purple. HEX triplet: A2, 0C and FF. RGB value is (162,12,255). Sum of RGB (Red+Green+Blue) = 162+12+255=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 12 (5.08% from 255 or 2.80% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #A20CFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A20CFF is #5DF300. Grayscale: #535353. Windows color (decimal): -6157057 or 16714914. OLE color: 16714914.
HSL color Cylindrical-coordinate representation of color #A20CFF: hue angle of 277.04º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A20CFF is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 12 | 255 | - |
| CMYK | 0.36 | 0.95 | 0 | 0 |
| HSL | 277.04º | 1% | 0.52% | - |
| HSV(B) | 277.04º | 0.95% | 1% | - |
| XYZ | 33.08 | 15.16 | 95.79 | - |
| YUV | 84.55 | 224.2 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 12 | 255 | 0.36 | 0.95 | 0 | 0 | 277.04 | 1 | 0.52 |
| Hex | A2 | C | FF | 24 | 5F | 0 | 0 | 115 | 64 | 34 |
| Octal | 242 | 14 | 377 | 44 | 137 | 0 | 0 | 425 | 144 | 64 |
| Binary | 10100010 | 1100 | 11111111 | 100100 | 1011111 | 0 | 0 | 100010101 | 1100100 | 110100 |
Color Harmonies of #A20CFF
Complementary color
Monochromatic Colors of #A20CFF
Black with #A20CFF
Text Example
Text Example
White with #A20CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20CFF; }
p { color: rgb(162,12,255); }
H1.HeaderClassName
{
color: #A20CFF;
}
.AnyTagClassName
{
color: #A20CFF;
}
</style>
background-color css
<style>
a { background-color: #A20CFF; }
a { background-color: rgb(162,12,255); }
div.DivClassName
{
background-color: #A20CFF;
}
.BgClassName
{
background-color: #A20CFF;
}
</style>
border-color css
<style>
span { border-color: #A20CFF; }
span { border-color: rgb(162,12,255); }
td.TdClassName
{
border-color: #A20CFF;
}
.TagClassName
{
border-color: #A20CFF;
}
</style>