Shades of Electric Purple #A00DFE
Tints of Electric Purple #A00DFE
RGB
CMYK
RGB Variations
Color information
#A00DFE (or 0xA00DFE) is known color: Electric Purple. HEX triplet: A0, 0D and FE. RGB value is (160,13,254). Sum of RGB (Red+Green+Blue) = 160+13+254=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 13 (5.47% from 255 or 3.04% from 427); Blue value is 254 (99.61% from 255 or 59.48% from 427); Max value from RGB is 254 - color contains mainly: blue. Hex color #A00DFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00DFE is #5FF201. Grayscale: #535353. Windows color (decimal): -6287874 or 16649632. OLE color: 16649632.
HSL color Cylindrical-coordinate representation of color #A00DFE: hue angle of 276.6º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A00DFE is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 13 | 254 | - |
| CMYK | 0.37 | 0.95 | 0 | 0.00 |
| HSL | 276.6º | 0.99% | 0.52% | - |
| HSV(B) | 276.6º | 0.95% | 1% | - |
| XYZ | 32.53 | 14.92 | 94.93 | - |
| YUV | 84.43 | 223.7 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 13 | 254 | 0.37 | 0.95 | 0 | 0.00 | 276.6 | 0.99 | 0.52 |
| Hex | A0 | D | FE | 25 | 5F | 0 | 0 | 115 | 63 | 34 |
| Octal | 240 | 15 | 376 | 45 | 137 | 0 | 0 | 425 | 143 | 64 |
| Binary | 10100000 | 1101 | 11111110 | 100101 | 1011111 | 0 | 0 | 100010101 | 1100011 | 110100 |
Color Harmonies of #A00DFE
Complementary color
Monochromatic Colors of #A00DFE
Black with #A00DFE
Text Example
Text Example
White with #A00DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00DFE; }
p { color: rgb(160,13,254); }
H1.HeaderClassName
{
color: #A00DFE;
}
.AnyTagClassName
{
color: #A00DFE;
}
</style>
background-color css
<style>
a { background-color: #A00DFE; }
a { background-color: rgb(160,13,254); }
div.DivClassName
{
background-color: #A00DFE;
}
.BgClassName
{
background-color: #A00DFE;
}
</style>
border-color css
<style>
span { border-color: #A00DFE; }
span { border-color: rgb(160,13,254); }
td.TdClassName
{
border-color: #A00DFE;
}
.TagClassName
{
border-color: #A00DFE;
}
</style>