Shades of Electric Purple #A00BFF
Tints of Electric Purple #A00BFF
RGB
CMYK
RGB Variations
Color information
#A00BFF (or 0xA00BFF) is known color: Electric Purple. HEX triplet: A0, 0B and FF. RGB value is (160,11,255). Sum of RGB (Red+Green+Blue) = 160+11+255=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 11 (4.69% from 255 or 2.58% from 426); Blue value is 255 (100% from 255 or 59.86% from 426); Max value from RGB is 255 - color contains mainly: blue. Hex color #A00BFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00BFF is #5FF400. Grayscale: #525252. Windows color (decimal): -6288385 or 16714656. OLE color: 16714656.
HSL color Cylindrical-coordinate representation of color #A00BFF: hue angle of 276.64º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A00BFF is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 11 | 255 | - |
| CMYK | 0.37 | 0.96 | 0 | 0 |
| HSL | 276.64º | 1% | 0.52% | - |
| HSV(B) | 276.64º | 0.96% | 1% | - |
| XYZ | 32.67 | 14.93 | 95.77 | - |
| YUV | 83.37 | 224.86 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 11 | 255 | 0.37 | 0.96 | 0 | 0 | 276.64 | 1 | 0.52 |
| Hex | A0 | B | FF | 25 | 60 | 0 | 0 | 115 | 64 | 34 |
| Octal | 240 | 13 | 377 | 45 | 140 | 0 | 0 | 425 | 144 | 64 |
| Binary | 10100000 | 1011 | 11111111 | 100101 | 1100000 | 0 | 0 | 100010101 | 1100100 | 110100 |
Color Harmonies of #A00BFF
Complementary color
Monochromatic Colors of #A00BFF
Black with #A00BFF
Text Example
Text Example
White with #A00BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00BFF; }
p { color: rgb(160,11,255); }
H1.HeaderClassName
{
color: #A00BFF;
}
.AnyTagClassName
{
color: #A00BFF;
}
</style>
background-color css
<style>
a { background-color: #A00BFF; }
a { background-color: rgb(160,11,255); }
div.DivClassName
{
background-color: #A00BFF;
}
.BgClassName
{
background-color: #A00BFF;
}
</style>
border-color css
<style>
span { border-color: #A00BFF; }
span { border-color: rgb(160,11,255); }
td.TdClassName
{
border-color: #A00BFF;
}
.TagClassName
{
border-color: #A00BFF;
}
</style>