Shades of Electric Purple #A00BFA
Tints of Electric Purple #A00BFA
RGB
CMYK
RGB Variations
Color information
#A00BFA (or 0xA00BFA) is known color: Electric Purple. HEX triplet: A0, 0B and FA. RGB value is (160,11,250). Sum of RGB (Red+Green+Blue) = 160+11+250=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 11 (4.69% from 255 or 2.61% from 421); Blue value is 250 (98.05% from 255 or 59.38% from 421); Max value from RGB is 250 - color contains mainly: blue. Hex color #A00BFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00BFA is #5FF405. Grayscale: #515151. Windows color (decimal): -6288390 or 16386976. OLE color: 16386976.
HSL color Cylindrical-coordinate representation of color #A00BFA: hue angle of 277.41º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A00BFA is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 11 | 250 | - |
| CMYK | 0.36 | 0.96 | 0 | 0.02 |
| HSL | 277.41º | 0.96% | 0.51% | - |
| HSV(B) | 277.41º | 0.96% | 0.98% | - |
| XYZ | 31.87 | 14.62 | 91.58 | - |
| YUV | 82.8 | 222.36 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 11 | 250 | 0.36 | 0.96 | 0 | 0.02 | 277.41 | 0.96 | 0.51 |
| Hex | A0 | B | FA | 24 | 60 | 0 | 2 | 115 | 60 | 33 |
| Octal | 240 | 13 | 372 | 44 | 140 | 0 | 2 | 425 | 140 | 63 |
| Binary | 10100000 | 1011 | 11111010 | 100100 | 1100000 | 0 | 10 | 100010101 | 1100000 | 110011 |
Color Harmonies of #A00BFA
Complementary color
Monochromatic Colors of #A00BFA
Black with #A00BFA
Text Example
Text Example
White with #A00BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00BFA; }
p { color: rgb(160,11,250); }
H1.HeaderClassName
{
color: #A00BFA;
}
.AnyTagClassName
{
color: #A00BFA;
}
</style>
background-color css
<style>
a { background-color: #A00BFA; }
a { background-color: rgb(160,11,250); }
div.DivClassName
{
background-color: #A00BFA;
}
.BgClassName
{
background-color: #A00BFA;
}
</style>
border-color css
<style>
span { border-color: #A00BFA; }
span { border-color: rgb(160,11,250); }
td.TdClassName
{
border-color: #A00BFA;
}
.TagClassName
{
border-color: #A00BFA;
}
</style>