Shades of Electric Purple #A71CFF
Tints of Electric Purple #A71CFF
RGB
CMYK
RGB Variations
Color information
#A71CFF (or 0xA71CFF) is known color: Electric Purple. HEX triplet: A7, 1C and FF. RGB value is (167,28,255). Sum of RGB (Red+Green+Blue) = 167+28+255=450 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.11% from 450); Green value is 28 (11.33% from 255 or 6.22% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #A71CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A71CFF is #58E300. Grayscale: #5E5E5E. Windows color (decimal): -5825281 or 16719015. OLE color: 16719015.
HSL color Cylindrical-coordinate representation of color #A71CFF: hue angle of 276.74º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A71CFF is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 28 | 255 | - |
| CMYK | 0.35 | 0.89 | 0 | 0 |
| HSL | 276.74º | 1% | 0.55% | - |
| HSV(B) | 276.74º | 0.89% | 1% | - |
| XYZ | 34.4 | 16.27 | 95.93 | - |
| YUV | 95.44 | 218.05 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 28 | 255 | 0.35 | 0.89 | 0 | 0 | 276.74 | 1 | 0.55 |
| Hex | A7 | 1C | FF | 23 | 59 | 0 | 0 | 115 | 64 | 37 |
| Octal | 247 | 34 | 377 | 43 | 131 | 0 | 0 | 425 | 144 | 67 |
| Binary | 10100111 | 11100 | 11111111 | 100011 | 1011001 | 0 | 0 | 100010101 | 1100100 | 110111 |
Color Harmonies of #A71CFF
Complementary color
Monochromatic Colors of #A71CFF
Black with #A71CFF
Text Example
Text Example
White with #A71CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71CFF; }
p { color: rgb(167,28,255); }
H1.HeaderClassName
{
color: #A71CFF;
}
.AnyTagClassName
{
color: #A71CFF;
}
</style>
background-color css
<style>
a { background-color: #A71CFF; }
a { background-color: rgb(167,28,255); }
div.DivClassName
{
background-color: #A71CFF;
}
.BgClassName
{
background-color: #A71CFF;
}
</style>
border-color css
<style>
span { border-color: #A71CFF; }
span { border-color: rgb(167,28,255); }
td.TdClassName
{
border-color: #A71CFF;
}
.TagClassName
{
border-color: #A71CFF;
}
</style>