Shades of Electric Purple #A00BFD
Tints of Electric Purple #A00BFD
RGB
CMYK
RGB Variations
Color information
#A00BFD (or 0xA00BFD) is known color: Electric Purple. HEX triplet: A0, 0B and FD. RGB value is (160,11,253). Sum of RGB (Red+Green+Blue) = 160+11+253=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 11 (4.69% from 255 or 2.59% from 424); Blue value is 253 (99.22% from 255 or 59.67% from 424); Max value from RGB is 253 - color contains mainly: blue. Hex color #A00BFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00BFD is #5FF402. Grayscale: #525252. Windows color (decimal): -6288387 or 16583584. OLE color: 16583584.
HSL color Cylindrical-coordinate representation of color #A00BFD: hue angle of 276.94º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A00BFD is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 11 | 253 | - |
| CMYK | 0.37 | 0.96 | 0 | 0.01 |
| HSL | 276.94º | 0.98% | 0.52% | - |
| HSV(B) | 276.94º | 0.96% | 0.99% | - |
| XYZ | 32.35 | 14.8 | 94.08 | - |
| YUV | 83.14 | 223.86 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 11 | 253 | 0.37 | 0.96 | 0 | 0.01 | 276.94 | 0.98 | 0.52 |
| Hex | A0 | B | FD | 25 | 60 | 0 | 1 | 115 | 62 | 34 |
| Octal | 240 | 13 | 375 | 45 | 140 | 0 | 1 | 425 | 142 | 64 |
| Binary | 10100000 | 1011 | 11111101 | 100101 | 1100000 | 0 | 1 | 100010101 | 1100010 | 110100 |
Color Harmonies of #A00BFD
Complementary color
Monochromatic Colors of #A00BFD
Black with #A00BFD
Text Example
Text Example
White with #A00BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00BFD; }
p { color: rgb(160,11,253); }
H1.HeaderClassName
{
color: #A00BFD;
}
.AnyTagClassName
{
color: #A00BFD;
}
</style>
background-color css
<style>
a { background-color: #A00BFD; }
a { background-color: rgb(160,11,253); }
div.DivClassName
{
background-color: #A00BFD;
}
.BgClassName
{
background-color: #A00BFD;
}
</style>
border-color css
<style>
span { border-color: #A00BFD; }
span { border-color: rgb(160,11,253); }
td.TdClassName
{
border-color: #A00BFD;
}
.TagClassName
{
border-color: #A00BFD;
}
</style>