Shades of Electric Purple #A71BFE
Tints of Electric Purple #A71BFE
RGB
CMYK
RGB Variations
Color information
#A71BFE (or 0xA71BFE) is known color: Electric Purple. HEX triplet: A7, 1B and FE. RGB value is (167,27,254). Sum of RGB (Red+Green+Blue) = 167+27+254=448 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.28% from 448); Green value is 27 (10.94% from 255 or 6.03% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #A71BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A71BFE is #58E401. Grayscale: #5D5D5D. Windows color (decimal): -5825538 or 16653223. OLE color: 16653223.
HSL color Cylindrical-coordinate representation of color #A71BFE: hue angle of 277º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A71BFE is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 167 | 27 | 254 | - |
| CMYK | 0.34 | 0.89 | 0 | 0.00 |
| HSL | 277º | 0.99% | 0.55% | - |
| HSV(B) | 277º | 0.89% | 1% | - |
| XYZ | 34.22 | 16.16 | 95.08 | - |
| YUV | 94.74 | 217.88 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 27 | 254 | 0.34 | 0.89 | 0 | 0.00 | 277 | 0.99 | 0.55 |
| Hex | A7 | 1B | FE | 22 | 59 | 0 | 0 | 115 | 63 | 37 |
| Octal | 247 | 33 | 376 | 42 | 131 | 0 | 0 | 425 | 143 | 67 |
| Binary | 10100111 | 11011 | 11111110 | 100010 | 1011001 | 0 | 0 | 100010101 | 1100011 | 110111 |
Color Harmonies of #A71BFE
Complementary color
Monochromatic Colors of #A71BFE
Black with #A71BFE
Text Example
Text Example
White with #A71BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71BFE; }
p { color: rgb(167,27,254); }
H1.HeaderClassName
{
color: #A71BFE;
}
.AnyTagClassName
{
color: #A71BFE;
}
</style>
background-color css
<style>
a { background-color: #A71BFE; }
a { background-color: rgb(167,27,254); }
div.DivClassName
{
background-color: #A71BFE;
}
.BgClassName
{
background-color: #A71BFE;
}
</style>
border-color css
<style>
span { border-color: #A71BFE; }
span { border-color: rgb(167,27,254); }
td.TdClassName
{
border-color: #A71BFE;
}
.TagClassName
{
border-color: #A71BFE;
}
</style>