Shades of Electric Purple #A40DF0
Tints of Electric Purple #A40DF0
RGB
CMYK
RGB Variations
Color information
#A40DF0 (or 0xA40DF0) is known color: Electric Purple. HEX triplet: A4, 0D and F0. RGB value is (164,13,240). Sum of RGB (Red+Green+Blue) = 164+13+240=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 13 (5.47% from 255 or 3.12% from 417); Blue value is 240 (94.14% from 255 or 57.55% from 417); Max value from RGB is 240 - color contains mainly: blue. Hex color #A40DF0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A40DF0 is #5BF20F. Grayscale: #535353. Windows color (decimal): -6025744 or 15732132. OLE color: 15732132.
HSL color Cylindrical-coordinate representation of color #A40DF0: hue angle of 279.91º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40DF0 is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 13 | 240 | - |
| CMYK | 0.32 | 0.95 | 0 | 0.06 |
| HSL | 279.91º | 0.9% | 0.5% | - |
| HSV(B) | 279.91º | 0.95% | 0.94% | - |
| XYZ | 31.18 | 14.47 | 83.59 | - |
| YUV | 84.03 | 216.03 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 13 | 240 | 0.32 | 0.95 | 0 | 0.06 | 279.91 | 0.9 | 0.5 |
| Hex | A4 | D | F0 | 20 | 5F | 0 | 6 | 118 | 5A | 32 |
| Octal | 244 | 15 | 360 | 40 | 137 | 0 | 6 | 430 | 132 | 62 |
| Binary | 10100100 | 1101 | 11110000 | 100000 | 1011111 | 0 | 110 | 100011000 | 1011010 | 110010 |
Color Harmonies of #A40DF0
Complementary color
Monochromatic Colors of #A40DF0
Black with #A40DF0
Text Example
Text Example
White with #A40DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40DF0; }
p { color: rgb(164,13,240); }
H1.HeaderClassName
{
color: #A40DF0;
}
.AnyTagClassName
{
color: #A40DF0;
}
</style>
background-color css
<style>
a { background-color: #A40DF0; }
a { background-color: rgb(164,13,240); }
div.DivClassName
{
background-color: #A40DF0;
}
.BgClassName
{
background-color: #A40DF0;
}
</style>
border-color css
<style>
span { border-color: #A40DF0; }
span { border-color: rgb(164,13,240); }
td.TdClassName
{
border-color: #A40DF0;
}
.TagClassName
{
border-color: #A40DF0;
}
</style>