Shades of Electric Purple #A00DFC
Tints of Electric Purple #A00DFC
RGB
CMYK
RGB Variations
Color information
#A00DFC (or 0xA00DFC) is known color: Electric Purple. HEX triplet: A0, 0D and FC. RGB value is (160,13,252). Sum of RGB (Red+Green+Blue) = 160+13+252=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 13 (5.47% from 255 or 3.06% from 425); Blue value is 252 (98.83% from 255 or 59.29% from 425); Max value from RGB is 252 - color contains mainly: blue. Hex color #A00DFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00DFC is #5FF203. Grayscale: #535353. Windows color (decimal): -6287876 or 16518560. OLE color: 16518560.
HSL color Cylindrical-coordinate representation of color #A00DFC: hue angle of 276.9º 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 #A00DFC is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 13 | 252 | - |
| CMYK | 0.37 | 0.95 | 0 | 0.01 |
| HSL | 276.9º | 0.98% | 0.52% | - |
| HSV(B) | 276.9º | 0.95% | 0.99% | - |
| XYZ | 32.21 | 14.79 | 93.25 | - |
| YUV | 84.2 | 222.7 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 13 | 252 | 0.37 | 0.95 | 0 | 0.01 | 276.9 | 0.98 | 0.52 |
| Hex | A0 | D | FC | 25 | 5F | 0 | 1 | 115 | 62 | 34 |
| Octal | 240 | 15 | 374 | 45 | 137 | 0 | 1 | 425 | 142 | 64 |
| Binary | 10100000 | 1101 | 11111100 | 100101 | 1011111 | 0 | 1 | 100010101 | 1100010 | 110100 |
Color Harmonies of #A00DFC
Complementary color
Monochromatic Colors of #A00DFC
Black with #A00DFC
Text Example
Text Example
White with #A00DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00DFC; }
p { color: rgb(160,13,252); }
H1.HeaderClassName
{
color: #A00DFC;
}
.AnyTagClassName
{
color: #A00DFC;
}
</style>
background-color css
<style>
a { background-color: #A00DFC; }
a { background-color: rgb(160,13,252); }
div.DivClassName
{
background-color: #A00DFC;
}
.BgClassName
{
background-color: #A00DFC;
}
</style>
border-color css
<style>
span { border-color: #A00DFC; }
span { border-color: rgb(160,13,252); }
td.TdClassName
{
border-color: #A00DFC;
}
.TagClassName
{
border-color: #A00DFC;
}
</style>