Shades of Electric Purple #A721FF
Tints of Electric Purple #A721FF
RGB
CMYK
RGB Variations
Color information
#A721FF (or 0xA721FF) is known color: Electric Purple. HEX triplet: A7, 21 and FF. RGB value is (167,33,255). Sum of RGB (Red+Green+Blue) = 167+33+255=455 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.70% from 455); Green value is 33 (13.28% from 255 or 7.25% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #A721FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A721FF is #58DE00. Grayscale: #616161. Windows color (decimal): -5824001 or 16720295. OLE color: 16720295.
HSL color Cylindrical-coordinate representation of color #A721FF: hue angle of 276.22º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A721FF is Cyan = 0.35, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 33 | 255 | - |
| CMYK | 0.35 | 0.87 | 0 | 0 |
| HSL | 276.22º | 1% | 0.56% | - |
| HSV(B) | 276.22º | 0.87% | 1% | - |
| XYZ | 34.53 | 16.52 | 95.98 | - |
| YUV | 98.37 | 216.39 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 33 | 255 | 0.35 | 0.87 | 0 | 0 | 276.22 | 1 | 0.56 |
| Hex | A7 | 21 | FF | 23 | 57 | 0 | 0 | 114 | 64 | 38 |
| Octal | 247 | 41 | 377 | 43 | 127 | 0 | 0 | 424 | 144 | 70 |
| Binary | 10100111 | 100001 | 11111111 | 100011 | 1010111 | 0 | 0 | 100010100 | 1100100 | 111000 |
Color Harmonies of #A721FF
Complementary color
Monochromatic Colors of #A721FF
Black with #A721FF
Text Example
Text Example
White with #A721FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A721FF; }
p { color: rgb(167,33,255); }
H1.HeaderClassName
{
color: #A721FF;
}
.AnyTagClassName
{
color: #A721FF;
}
</style>
background-color css
<style>
a { background-color: #A721FF; }
a { background-color: rgb(167,33,255); }
div.DivClassName
{
background-color: #A721FF;
}
.BgClassName
{
background-color: #A721FF;
}
</style>
border-color css
<style>
span { border-color: #A721FF; }
span { border-color: rgb(167,33,255); }
td.TdClassName
{
border-color: #A721FF;
}
.TagClassName
{
border-color: #A721FF;
}
</style>