Shades of Electric Purple #A40FF2
Tints of Electric Purple #A40FF2
RGB
CMYK
RGB Variations
Color information
#A40FF2 (or 0xA40FF2) is known color: Electric Purple. HEX triplet: A4, 0F and F2. RGB value is (164,15,242). Sum of RGB (Red+Green+Blue) = 164+15+242=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 15 (6.25% from 255 or 3.56% from 421); Blue value is 242 (94.92% from 255 or 57.48% from 421); Max value from RGB is 242 - color contains mainly: blue. Hex color #A40FF2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A40FF2 is #5BF00D. Grayscale: #545454. Windows color (decimal): -6025230 or 15863716. OLE color: 15863716.
HSL color Cylindrical-coordinate representation of color #A40FF2: hue angle of 279.38º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A40FF2 is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 15 | 242 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.05 |
| HSL | 279.38º | 0.9% | 0.5% | - |
| HSV(B) | 279.38º | 0.94% | 0.95% | - |
| XYZ | 31.51 | 14.64 | 85.17 | - |
| YUV | 85.43 | 216.36 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 15 | 242 | 0.32 | 0.94 | 0 | 0.05 | 279.38 | 0.9 | 0.5 |
| Hex | A4 | F | F2 | 20 | 5E | 0 | 5 | 117 | 5A | 32 |
| Octal | 244 | 17 | 362 | 40 | 136 | 0 | 5 | 427 | 132 | 62 |
| Binary | 10100100 | 1111 | 11110010 | 100000 | 1011110 | 0 | 101 | 100010111 | 1011010 | 110010 |
Color Harmonies of #A40FF2
Complementary color
Monochromatic Colors of #A40FF2
Black with #A40FF2
Text Example
Text Example
White with #A40FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40FF2; }
p { color: rgb(164,15,242); }
H1.HeaderClassName
{
color: #A40FF2;
}
.AnyTagClassName
{
color: #A40FF2;
}
</style>
background-color css
<style>
a { background-color: #A40FF2; }
a { background-color: rgb(164,15,242); }
div.DivClassName
{
background-color: #A40FF2;
}
.BgClassName
{
background-color: #A40FF2;
}
</style>
border-color css
<style>
span { border-color: #A40FF2; }
span { border-color: rgb(164,15,242); }
td.TdClassName
{
border-color: #A40FF2;
}
.TagClassName
{
border-color: #A40FF2;
}
</style>