Shades of Electric Purple #A40DFC
Tints of Electric Purple #A40DFC
RGB
CMYK
RGB Variations
Color information
#A40DFC (or 0xA40DFC) is known color: Electric Purple. HEX triplet: A4, 0D and FC. RGB value is (164,13,252). Sum of RGB (Red+Green+Blue) = 164+13+252=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 13 (5.47% from 255 or 3.03% from 429); Blue value is 252 (98.83% from 255 or 58.74% from 429); Max value from RGB is 252 - color contains mainly: blue. Hex color #A40DFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A40DFC is #5BF203. Grayscale: #545454. Windows color (decimal): -6025732 or 16518564. OLE color: 16518564.
HSL color Cylindrical-coordinate representation of color #A40DFC: hue angle of 277.91º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40DFC is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 13 | 252 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.01 |
| HSL | 277.91º | 0.98% | 0.52% | - |
| HSV(B) | 277.91º | 0.95% | 0.99% | - |
| XYZ | 33.02 | 15.21 | 93.29 | - |
| YUV | 85.4 | 222.03 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 13 | 252 | 0.35 | 0.95 | 0 | 0.01 | 277.91 | 0.98 | 0.52 |
| Hex | A4 | D | FC | 23 | 5F | 0 | 1 | 116 | 62 | 34 |
| Octal | 244 | 15 | 374 | 43 | 137 | 0 | 1 | 426 | 142 | 64 |
| Binary | 10100100 | 1101 | 11111100 | 100011 | 1011111 | 0 | 1 | 100010110 | 1100010 | 110100 |
Color Harmonies of #A40DFC
Complementary color
Monochromatic Colors of #A40DFC
Black with #A40DFC
Text Example
Text Example
White with #A40DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40DFC; }
p { color: rgb(164,13,252); }
H1.HeaderClassName
{
color: #A40DFC;
}
.AnyTagClassName
{
color: #A40DFC;
}
</style>
background-color css
<style>
a { background-color: #A40DFC; }
a { background-color: rgb(164,13,252); }
div.DivClassName
{
background-color: #A40DFC;
}
.BgClassName
{
background-color: #A40DFC;
}
</style>
border-color css
<style>
span { border-color: #A40DFC; }
span { border-color: rgb(164,13,252); }
td.TdClassName
{
border-color: #A40DFC;
}
.TagClassName
{
border-color: #A40DFC;
}
</style>