Shades of Electric Purple #A412EF
Tints of Electric Purple #A412EF
RGB
CMYK
RGB Variations
Color information
#A412EF (or 0xA412EF) is known color: Electric Purple. HEX triplet: A4, 12 and EF. RGB value is (164,18,239). Sum of RGB (Red+Green+Blue) = 164+18+239=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 18 (7.42% from 255 or 4.28% from 421); Blue value is 239 (93.75% from 255 or 56.77% from 421); Max value from RGB is 239 - color contains mainly: blue. Hex color #A412EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A412EF is #5BED10. Grayscale: #565656. Windows color (decimal): -6024465 or 15667876. OLE color: 15667876.
HSL color Cylindrical-coordinate representation of color #A412EF: hue angle of 279.64º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A412EF is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 18 | 239 | - |
| CMYK | 0.31 | 0.92 | 0 | 0.06 |
| HSL | 279.64º | 0.87% | 0.5% | - |
| HSV(B) | 279.64º | 0.92% | 0.94% | - |
| XYZ | 31.11 | 14.56 | 82.83 | - |
| YUV | 86.85 | 213.87 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 18 | 239 | 0.31 | 0.92 | 0 | 0.06 | 279.64 | 0.87 | 0.5 |
| Hex | A4 | 12 | EF | 1F | 5C | 0 | 6 | 118 | 57 | 32 |
| Octal | 244 | 22 | 357 | 37 | 134 | 0 | 6 | 430 | 127 | 62 |
| Binary | 10100100 | 10010 | 11101111 | 11111 | 1011100 | 0 | 110 | 100011000 | 1010111 | 110010 |
Color Harmonies of #A412EF
Complementary color
Monochromatic Colors of #A412EF
Black with #A412EF
Text Example
Text Example
White with #A412EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A412EF; }
p { color: rgb(164,18,239); }
H1.HeaderClassName
{
color: #A412EF;
}
.AnyTagClassName
{
color: #A412EF;
}
</style>
background-color css
<style>
a { background-color: #A412EF; }
a { background-color: rgb(164,18,239); }
div.DivClassName
{
background-color: #A412EF;
}
.BgClassName
{
background-color: #A412EF;
}
</style>
border-color css
<style>
span { border-color: #A412EF; }
span { border-color: rgb(164,18,239); }
td.TdClassName
{
border-color: #A412EF;
}
.TagClassName
{
border-color: #A412EF;
}
</style>