Shades of Electric Purple #A414F2
Tints of Electric Purple #A414F2
RGB
CMYK
RGB Variations
Color information
#A414F2 (or 0xA414F2) is known color: Electric Purple. HEX triplet: A4, 14 and F2. RGB value is (164,20,242). Sum of RGB (Red+Green+Blue) = 164+20+242=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 20 (8.20% from 255 or 4.69% from 426); Blue value is 242 (94.92% from 255 or 56.81% from 426); Max value from RGB is 242 - color contains mainly: blue. Hex color #A414F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A414F2 is #5BEB0D. Grayscale: #575757. Windows color (decimal): -6023950 or 15864996. OLE color: 15864996.
HSL color Cylindrical-coordinate representation of color #A414F2: hue angle of 278.92º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A414F2 is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 20 | 242 | - |
| CMYK | 0.32 | 0.92 | 0 | 0.05 |
| HSL | 278.92º | 0.9% | 0.51% | - |
| HSV(B) | 278.92º | 0.92% | 0.95% | - |
| XYZ | 31.59 | 14.8 | 85.2 | - |
| YUV | 88.36 | 214.71 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 20 | 242 | 0.32 | 0.92 | 0 | 0.05 | 278.92 | 0.9 | 0.51 |
| Hex | A4 | 14 | F2 | 20 | 5C | 0 | 5 | 117 | 5A | 33 |
| Octal | 244 | 24 | 362 | 40 | 134 | 0 | 5 | 427 | 132 | 63 |
| Binary | 10100100 | 10100 | 11110010 | 100000 | 1011100 | 0 | 101 | 100010111 | 1011010 | 110011 |
Color Harmonies of #A414F2
Complementary color
Monochromatic Colors of #A414F2
Black with #A414F2
Text Example
Text Example
White with #A414F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A414F2; }
p { color: rgb(164,20,242); }
H1.HeaderClassName
{
color: #A414F2;
}
.AnyTagClassName
{
color: #A414F2;
}
</style>
background-color css
<style>
a { background-color: #A414F2; }
a { background-color: rgb(164,20,242); }
div.DivClassName
{
background-color: #A414F2;
}
.BgClassName
{
background-color: #A414F2;
}
</style>
border-color css
<style>
span { border-color: #A414F2; }
span { border-color: rgb(164,20,242); }
td.TdClassName
{
border-color: #A414F2;
}
.TagClassName
{
border-color: #A414F2;
}
</style>