Shades of Electric Purple #A212FD
Tints of Electric Purple #A212FD
RGB
CMYK
RGB Variations
Color information
#A212FD (or 0xA212FD) is known color: Electric Purple. HEX triplet: A2, 12 and FD. RGB value is (162,18,253). Sum of RGB (Red+Green+Blue) = 162+18+253=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 18 (7.42% from 255 or 4.16% from 433); Blue value is 253 (99.22% from 255 or 58.43% from 433); Max value from RGB is 253 - color contains mainly: blue. Hex color #A212FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A212FD is #5DED02. Grayscale: #575757. Windows color (decimal): -6155523 or 16585378. OLE color: 16585378.
HSL color Cylindrical-coordinate representation of color #A212FD: hue angle of 276.77º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A212FD is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 18 | 253 | - |
| CMYK | 0.36 | 0.93 | 0 | 0.01 |
| HSL | 276.77º | 0.98% | 0.53% | - |
| HSV(B) | 276.77º | 0.93% | 0.99% | - |
| XYZ | 32.85 | 15.21 | 94.13 | - |
| YUV | 87.85 | 221.21 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 18 | 253 | 0.36 | 0.93 | 0 | 0.01 | 276.77 | 0.98 | 0.53 |
| Hex | A2 | 12 | FD | 24 | 5D | 0 | 1 | 115 | 62 | 35 |
| Octal | 242 | 22 | 375 | 44 | 135 | 0 | 1 | 425 | 142 | 65 |
| Binary | 10100010 | 10010 | 11111101 | 100100 | 1011101 | 0 | 1 | 100010101 | 1100010 | 110101 |
Color Harmonies of #A212FD
Complementary color
Monochromatic Colors of #A212FD
Black with #A212FD
Text Example
Text Example
White with #A212FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A212FD; }
p { color: rgb(162,18,253); }
H1.HeaderClassName
{
color: #A212FD;
}
.AnyTagClassName
{
color: #A212FD;
}
</style>
background-color css
<style>
a { background-color: #A212FD; }
a { background-color: rgb(162,18,253); }
div.DivClassName
{
background-color: #A212FD;
}
.BgClassName
{
background-color: #A212FD;
}
</style>
border-color css
<style>
span { border-color: #A212FD; }
span { border-color: rgb(162,18,253); }
td.TdClassName
{
border-color: #A212FD;
}
.TagClassName
{
border-color: #A212FD;
}
</style>