Shades of Electric Purple #A012FF
Tints of Electric Purple #A012FF
RGB
CMYK
RGB Variations
Color information
#A012FF (or 0xA012FF) is known color: Electric Purple. HEX triplet: A0, 12 and FF. RGB value is (160,18,255). Sum of RGB (Red+Green+Blue) = 160+18+255=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 18 (7.42% from 255 or 4.16% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #A012FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A012FF is #5FED00. Grayscale: #565656. Windows color (decimal): -6286593 or 16716448. OLE color: 16716448.
HSL color Cylindrical-coordinate representation of color #A012FF: hue angle of 275.95º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A012FF is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 18 | 255 | - |
| CMYK | 0.37 | 0.93 | 0 | 0 |
| HSL | 275.95º | 1% | 0.54% | - |
| HSV(B) | 275.95º | 0.93% | 1% | - |
| XYZ | 32.76 | 15.13 | 95.8 | - |
| YUV | 87.48 | 222.54 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 18 | 255 | 0.37 | 0.93 | 0 | 0 | 275.95 | 1 | 0.54 |
| Hex | A0 | 12 | FF | 25 | 5D | 0 | 0 | 114 | 64 | 36 |
| Octal | 240 | 22 | 377 | 45 | 135 | 0 | 0 | 424 | 144 | 66 |
| Binary | 10100000 | 10010 | 11111111 | 100101 | 1011101 | 0 | 0 | 100010100 | 1100100 | 110110 |
Color Harmonies of #A012FF
Complementary color
Monochromatic Colors of #A012FF
Black with #A012FF
Text Example
Text Example
White with #A012FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A012FF; }
p { color: rgb(160,18,255); }
H1.HeaderClassName
{
color: #A012FF;
}
.AnyTagClassName
{
color: #A012FF;
}
</style>
background-color css
<style>
a { background-color: #A012FF; }
a { background-color: rgb(160,18,255); }
div.DivClassName
{
background-color: #A012FF;
}
.BgClassName
{
background-color: #A012FF;
}
</style>
border-color css
<style>
span { border-color: #A012FF; }
span { border-color: rgb(160,18,255); }
td.TdClassName
{
border-color: #A012FF;
}
.TagClassName
{
border-color: #A012FF;
}
</style>