Shades of Electric Purple #A00BFE
Tints of Electric Purple #A00BFE
RGB
CMYK
RGB Variations
Color information
#A00BFE (or 0xA00BFE) is known color: Electric Purple. HEX triplet: A0, 0B and FE. RGB value is (160,11,254). Sum of RGB (Red+Green+Blue) = 160+11+254=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 11 (4.69% from 255 or 2.59% from 425); Blue value is 254 (99.61% from 255 or 59.76% from 425); Max value from RGB is 254 - color contains mainly: blue. Hex color #A00BFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00BFE is #5FF401. Grayscale: #525252. Windows color (decimal): -6288386 or 16649120. OLE color: 16649120.
HSL color Cylindrical-coordinate representation of color #A00BFE: hue angle of 276.79º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A00BFE is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 11 | 254 | - |
| CMYK | 0.37 | 0.96 | 0 | 0.00 |
| HSL | 276.79º | 0.99% | 0.52% | - |
| HSV(B) | 276.79º | 0.96% | 1% | - |
| XYZ | 32.51 | 14.87 | 94.92 | - |
| YUV | 83.25 | 224.36 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 11 | 254 | 0.37 | 0.96 | 0 | 0.00 | 276.79 | 0.99 | 0.52 |
| Hex | A0 | B | FE | 25 | 60 | 0 | 0 | 115 | 63 | 34 |
| Octal | 240 | 13 | 376 | 45 | 140 | 0 | 0 | 425 | 143 | 64 |
| Binary | 10100000 | 1011 | 11111110 | 100101 | 1100000 | 0 | 0 | 100010101 | 1100011 | 110100 |
Color Harmonies of #A00BFE
Complementary color
Monochromatic Colors of #A00BFE
Black with #A00BFE
Text Example
Text Example
White with #A00BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00BFE; }
p { color: rgb(160,11,254); }
H1.HeaderClassName
{
color: #A00BFE;
}
.AnyTagClassName
{
color: #A00BFE;
}
</style>
background-color css
<style>
a { background-color: #A00BFE; }
a { background-color: rgb(160,11,254); }
div.DivClassName
{
background-color: #A00BFE;
}
.BgClassName
{
background-color: #A00BFE;
}
</style>
border-color css
<style>
span { border-color: #A00BFE; }
span { border-color: rgb(160,11,254); }
td.TdClassName
{
border-color: #A00BFE;
}
.TagClassName
{
border-color: #A00BFE;
}
</style>