Shades of Electric Purple #A71AFE
Tints of Electric Purple #A71AFE
RGB
CMYK
RGB Variations
Color information
#A71AFE (or 0xA71AFE) is known color: Electric Purple. HEX triplet: A7, 1A and FE. RGB value is (167,26,254). Sum of RGB (Red+Green+Blue) = 167+26+254=447 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.36% from 447); Green value is 26 (10.55% from 255 or 5.82% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #A71AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A71AFE is #58E501. Grayscale: #5D5D5D. Windows color (decimal): -5825794 or 16652967. OLE color: 16652967.
HSL color Cylindrical-coordinate representation of color #A71AFE: hue angle of 277.11º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A71AFE is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 167 | 26 | 254 | - |
| CMYK | 0.34 | 0.90 | 0 | 0.00 |
| HSL | 277.11º | 0.99% | 0.55% | - |
| HSV(B) | 277.11º | 0.9% | 1% | - |
| XYZ | 34.2 | 16.11 | 95.07 | - |
| YUV | 94.15 | 218.21 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 26 | 254 | 0.34 | 0.90 | 0 | 0.00 | 277.11 | 0.99 | 0.55 |
| Hex | A7 | 1A | FE | 22 | 5A | 0 | 0 | 115 | 63 | 37 |
| Octal | 247 | 32 | 376 | 42 | 132 | 0 | 0 | 425 | 143 | 67 |
| Binary | 10100111 | 11010 | 11111110 | 100010 | 1011010 | 0 | 0 | 100010101 | 1100011 | 110111 |
Color Harmonies of #A71AFE
Complementary color
Monochromatic Colors of #A71AFE
Black with #A71AFE
Text Example
Text Example
White with #A71AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71AFE; }
p { color: rgb(167,26,254); }
H1.HeaderClassName
{
color: #A71AFE;
}
.AnyTagClassName
{
color: #A71AFE;
}
</style>
background-color css
<style>
a { background-color: #A71AFE; }
a { background-color: rgb(167,26,254); }
div.DivClassName
{
background-color: #A71AFE;
}
.BgClassName
{
background-color: #A71AFE;
}
</style>
border-color css
<style>
span { border-color: #A71AFE; }
span { border-color: rgb(167,26,254); }
td.TdClassName
{
border-color: #A71AFE;
}
.TagClassName
{
border-color: #A71AFE;
}
</style>