Shades of Electric Purple #A40DF5
Tints of Electric Purple #A40DF5
RGB
CMYK
RGB Variations
Color information
#A40DF5 (or 0xA40DF5) is known color: Electric Purple. HEX triplet: A4, 0D and F5. RGB value is (164,13,245). Sum of RGB (Red+Green+Blue) = 164+13+245=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 13 (5.47% from 255 or 3.08% from 422); Blue value is 245 (96.09% from 255 or 58.06% from 422); Max value from RGB is 245 - color contains mainly: blue. Hex color #A40DF5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A40DF5 is #5BF20A. Grayscale: #535353. Windows color (decimal): -6025739 or 16059812. OLE color: 16059812.
HSL color Cylindrical-coordinate representation of color #A40DF5: hue angle of 279.05º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40DF5 is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 164 | 13 | 245 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.04 |
| HSL | 279.05º | 0.92% | 0.51% | - |
| HSV(B) | 279.05º | 0.95% | 0.96% | - |
| XYZ | 31.94 | 14.77 | 87.55 | - |
| YUV | 84.6 | 218.53 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 13 | 245 | 0.33 | 0.95 | 0 | 0.04 | 279.05 | 0.92 | 0.51 |
| Hex | A4 | D | F5 | 21 | 5F | 0 | 4 | 117 | 5C | 33 |
| Octal | 244 | 15 | 365 | 41 | 137 | 0 | 4 | 427 | 134 | 63 |
| Binary | 10100100 | 1101 | 11110101 | 100001 | 1011111 | 0 | 100 | 100010111 | 1011100 | 110011 |
Color Harmonies of #A40DF5
Complementary color
Monochromatic Colors of #A40DF5
Black with #A40DF5
Text Example
Text Example
White with #A40DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40DF5; }
p { color: rgb(164,13,245); }
H1.HeaderClassName
{
color: #A40DF5;
}
.AnyTagClassName
{
color: #A40DF5;
}
</style>
background-color css
<style>
a { background-color: #A40DF5; }
a { background-color: rgb(164,13,245); }
div.DivClassName
{
background-color: #A40DF5;
}
.BgClassName
{
background-color: #A40DF5;
}
</style>
border-color css
<style>
span { border-color: #A40DF5; }
span { border-color: rgb(164,13,245); }
td.TdClassName
{
border-color: #A40DF5;
}
.TagClassName
{
border-color: #A40DF5;
}
</style>