Shades of Electric Purple #A00EFD
Tints of Electric Purple #A00EFD
RGB
CMYK
RGB Variations
Color information
#A00EFD (or 0xA00EFD) is known color: Electric Purple. HEX triplet: A0, 0E and FD. RGB value is (160,14,253). Sum of RGB (Red+Green+Blue) = 160+14+253=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 14 (5.86% from 255 or 3.28% from 427); Blue value is 253 (99.22% from 255 or 59.25% from 427); Max value from RGB is 253 - color contains mainly: blue. Hex color #A00EFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00EFD is #5FF102. Grayscale: #545454. Windows color (decimal): -6287619 or 16584352. OLE color: 16584352.
HSL color Cylindrical-coordinate representation of color #A00EFD: hue angle of 276.65º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00EFD is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 14 | 253 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.01 |
| HSL | 276.65º | 0.98% | 0.52% | - |
| HSV(B) | 276.65º | 0.94% | 0.99% | - |
| XYZ | 32.38 | 14.88 | 94.09 | - |
| YUV | 84.9 | 222.87 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 14 | 253 | 0.37 | 0.94 | 0 | 0.01 | 276.65 | 0.98 | 0.52 |
| Hex | A0 | E | FD | 25 | 5E | 0 | 1 | 115 | 62 | 34 |
| Octal | 240 | 16 | 375 | 45 | 136 | 0 | 1 | 425 | 142 | 64 |
| Binary | 10100000 | 1110 | 11111101 | 100101 | 1011110 | 0 | 1 | 100010101 | 1100010 | 110100 |
Color Harmonies of #A00EFD
Complementary color
Monochromatic Colors of #A00EFD
Black with #A00EFD
Text Example
Text Example
White with #A00EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00EFD; }
p { color: rgb(160,14,253); }
H1.HeaderClassName
{
color: #A00EFD;
}
.AnyTagClassName
{
color: #A00EFD;
}
</style>
background-color css
<style>
a { background-color: #A00EFD; }
a { background-color: rgb(160,14,253); }
div.DivClassName
{
background-color: #A00EFD;
}
.BgClassName
{
background-color: #A00EFD;
}
</style>
border-color css
<style>
span { border-color: #A00EFD; }
span { border-color: rgb(160,14,253); }
td.TdClassName
{
border-color: #A00EFD;
}
.TagClassName
{
border-color: #A00EFD;
}
</style>