Shades of Electric Purple #A70BFA
Tints of Electric Purple #A70BFA
RGB
CMYK
RGB Variations
Color information
#A70BFA (or 0xA70BFA) is known color: Electric Purple. HEX triplet: A7, 0B and FA. RGB value is (167,11,250). Sum of RGB (Red+Green+Blue) = 167+11+250=428 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.02% from 428); Green value is 11 (4.69% from 255 or 2.57% from 428); Blue value is 250 (98.05% from 255 or 58.41% from 428); Max value from RGB is 250 - color contains mainly: blue. Hex color #A70BFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A70BFA is #58F405. Grayscale: #545454. Windows color (decimal): -5829638 or 16386983. OLE color: 16386983.
HSL color Cylindrical-coordinate representation of color #A70BFA: hue angle of 279.16º 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 #A70BFA is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 11 | 250 | - |
| CMYK | 0.33 | 0.96 | 0 | 0.02 |
| HSL | 279.16º | 0.96% | 0.51% | - |
| HSV(B) | 279.16º | 0.96% | 0.98% | - |
| XYZ | 33.31 | 15.36 | 91.65 | - |
| YUV | 84.89 | 221.18 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 11 | 250 | 0.33 | 0.96 | 0 | 0.02 | 279.16 | 0.96 | 0.51 |
| Hex | A7 | B | FA | 21 | 60 | 0 | 2 | 117 | 60 | 33 |
| Octal | 247 | 13 | 372 | 41 | 140 | 0 | 2 | 427 | 140 | 63 |
| Binary | 10100111 | 1011 | 11111010 | 100001 | 1100000 | 0 | 10 | 100010111 | 1100000 | 110011 |
Color Harmonies of #A70BFA
Complementary color
Monochromatic Colors of #A70BFA
Black with #A70BFA
Text Example
Text Example
White with #A70BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70BFA; }
p { color: rgb(167,11,250); }
H1.HeaderClassName
{
color: #A70BFA;
}
.AnyTagClassName
{
color: #A70BFA;
}
</style>
background-color css
<style>
a { background-color: #A70BFA; }
a { background-color: rgb(167,11,250); }
div.DivClassName
{
background-color: #A70BFA;
}
.BgClassName
{
background-color: #A70BFA;
}
</style>
border-color css
<style>
span { border-color: #A70BFA; }
span { border-color: rgb(167,11,250); }
td.TdClassName
{
border-color: #A70BFA;
}
.TagClassName
{
border-color: #A70BFA;
}
</style>