Shades of Electric Purple #A212FF
Tints of Electric Purple #A212FF
RGB
CMYK
RGB Variations
Color information
#A212FF (or 0xA212FF) is known color: Electric Purple. HEX triplet: A2, 12 and FF. RGB value is (162,18,255). Sum of RGB (Red+Green+Blue) = 162+18+255=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 18 (7.42% from 255 or 4.14% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #A212FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A212FF is #5DED00. Grayscale: #575757. Windows color (decimal): -6155521 or 16716450. OLE color: 16716450.
HSL color Cylindrical-coordinate representation of color #A212FF: hue angle of 276.46º 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 #A212FF is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 18 | 255 | - |
| CMYK | 0.36 | 0.93 | 0 | 0 |
| HSL | 276.46º | 1% | 0.54% | - |
| HSV(B) | 276.46º | 0.93% | 1% | - |
| XYZ | 33.17 | 15.33 | 95.82 | - |
| YUV | 88.07 | 222.21 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 18 | 255 | 0.36 | 0.93 | 0 | 0 | 276.46 | 1 | 0.54 |
| Hex | A2 | 12 | FF | 24 | 5D | 0 | 0 | 114 | 64 | 36 |
| Octal | 242 | 22 | 377 | 44 | 135 | 0 | 0 | 424 | 144 | 66 |
| Binary | 10100010 | 10010 | 11111111 | 100100 | 1011101 | 0 | 0 | 100010100 | 1100100 | 110110 |
Color Harmonies of #A212FF
Complementary color
Monochromatic Colors of #A212FF
Black with #A212FF
Text Example
Text Example
White with #A212FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A212FF; }
p { color: rgb(162,18,255); }
H1.HeaderClassName
{
color: #A212FF;
}
.AnyTagClassName
{
color: #A212FF;
}
</style>
background-color css
<style>
a { background-color: #A212FF; }
a { background-color: rgb(162,18,255); }
div.DivClassName
{
background-color: #A212FF;
}
.BgClassName
{
background-color: #A212FF;
}
</style>
border-color css
<style>
span { border-color: #A212FF; }
span { border-color: rgb(162,18,255); }
td.TdClassName
{
border-color: #A212FF;
}
.TagClassName
{
border-color: #A212FF;
}
</style>