Shades of Electric Purple #A00DFA
Tints of Electric Purple #A00DFA
RGB
CMYK
RGB Variations
Color information
#A00DFA (or 0xA00DFA) is known color: Electric Purple. HEX triplet: A0, 0D and FA. RGB value is (160,13,250). Sum of RGB (Red+Green+Blue) = 160+13+250=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 13 (5.47% from 255 or 3.07% from 423); Blue value is 250 (98.05% from 255 or 59.10% from 423); Max value from RGB is 250 - color contains mainly: blue. Hex color #A00DFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00DFA is #5FF205. Grayscale: #535353. Windows color (decimal): -6287878 or 16387488. OLE color: 16387488.
HSL color Cylindrical-coordinate representation of color #A00DFA: hue angle of 277.22º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A00DFA is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 13 | 250 | - |
| CMYK | 0.36 | 0.95 | 0 | 0.02 |
| HSL | 277.22º | 0.96% | 0.52% | - |
| HSV(B) | 277.22º | 0.95% | 0.98% | - |
| XYZ | 31.9 | 14.66 | 91.59 | - |
| YUV | 83.97 | 221.7 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 13 | 250 | 0.36 | 0.95 | 0 | 0.02 | 277.22 | 0.96 | 0.52 |
| Hex | A0 | D | FA | 24 | 5F | 0 | 2 | 115 | 60 | 34 |
| Octal | 240 | 15 | 372 | 44 | 137 | 0 | 2 | 425 | 140 | 64 |
| Binary | 10100000 | 1101 | 11111010 | 100100 | 1011111 | 0 | 10 | 100010101 | 1100000 | 110100 |
Color Harmonies of #A00DFA
Complementary color
Monochromatic Colors of #A00DFA
Black with #A00DFA
Text Example
Text Example
White with #A00DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00DFA; }
p { color: rgb(160,13,250); }
H1.HeaderClassName
{
color: #A00DFA;
}
.AnyTagClassName
{
color: #A00DFA;
}
</style>
background-color css
<style>
a { background-color: #A00DFA; }
a { background-color: rgb(160,13,250); }
div.DivClassName
{
background-color: #A00DFA;
}
.BgClassName
{
background-color: #A00DFA;
}
</style>
border-color css
<style>
span { border-color: #A00DFA; }
span { border-color: rgb(160,13,250); }
td.TdClassName
{
border-color: #A00DFA;
}
.TagClassName
{
border-color: #A00DFA;
}
</style>