Shades of Electric Purple #A00CFE
Tints of Electric Purple #A00CFE
RGB
CMYK
RGB Variations
Color information
#A00CFE (or 0xA00CFE) is known color: Electric Purple. HEX triplet: A0, 0C and FE. RGB value is (160,12,254). Sum of RGB (Red+Green+Blue) = 160+12+254=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 12 (5.08% from 255 or 2.82% from 426); Blue value is 254 (99.61% from 255 or 59.62% from 426); Max value from RGB is 254 - color contains mainly: blue. Hex color #A00CFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00CFE is #5FF301. Grayscale: #535353. Windows color (decimal): -6288130 or 16649376. OLE color: 16649376.
HSL color Cylindrical-coordinate representation of color #A00CFE: hue angle of 276.69º 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 #A00CFE is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 12 | 254 | - |
| CMYK | 0.37 | 0.95 | 0 | 0.00 |
| HSL | 276.69º | 0.99% | 0.52% | - |
| HSV(B) | 276.69º | 0.95% | 1% | - |
| XYZ | 32.52 | 14.89 | 94.93 | - |
| YUV | 83.84 | 224.03 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 12 | 254 | 0.37 | 0.95 | 0 | 0.00 | 276.69 | 0.99 | 0.52 |
| Hex | A0 | C | FE | 25 | 5F | 0 | 0 | 115 | 63 | 34 |
| Octal | 240 | 14 | 376 | 45 | 137 | 0 | 0 | 425 | 143 | 64 |
| Binary | 10100000 | 1100 | 11111110 | 100101 | 1011111 | 0 | 0 | 100010101 | 1100011 | 110100 |
Color Harmonies of #A00CFE
Complementary color
Monochromatic Colors of #A00CFE
Black with #A00CFE
Text Example
Text Example
White with #A00CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00CFE; }
p { color: rgb(160,12,254); }
H1.HeaderClassName
{
color: #A00CFE;
}
.AnyTagClassName
{
color: #A00CFE;
}
</style>
background-color css
<style>
a { background-color: #A00CFE; }
a { background-color: rgb(160,12,254); }
div.DivClassName
{
background-color: #A00CFE;
}
.BgClassName
{
background-color: #A00CFE;
}
</style>
border-color css
<style>
span { border-color: #A00CFE; }
span { border-color: rgb(160,12,254); }
td.TdClassName
{
border-color: #A00CFE;
}
.TagClassName
{
border-color: #A00CFE;
}
</style>