Shades of Electric Purple #A920FF
Tints of Electric Purple #A920FF
RGB
CMYK
RGB Variations
Color information
#A920FF (or 0xA920FF) is known color: Electric Purple. HEX triplet: A9, 20 and FF. RGB value is (169,32,255). Sum of RGB (Red+Green+Blue) = 169+32+255=456 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.06% from 456); Green value is 32 (12.89% from 255 or 7.02% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #A920FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A920FF is #56DF00. Grayscale: #616161. Windows color (decimal): -5693185 or 16720041. OLE color: 16720041.
HSL color Cylindrical-coordinate representation of color #A920FF: hue angle of 276.86º 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 #A920FF is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 32 | 255 | - |
| CMYK | 0.34 | 0.87 | 0 | 0 |
| HSL | 276.86º | 1% | 0.56% | - |
| HSV(B) | 276.86º | 0.87% | 1% | - |
| XYZ | 34.93 | 16.69 | 95.99 | - |
| YUV | 98.39 | 216.39 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 32 | 255 | 0.34 | 0.87 | 0 | 0 | 276.86 | 1 | 0.56 |
| Hex | A9 | 20 | FF | 22 | 57 | 0 | 0 | 115 | 64 | 38 |
| Octal | 251 | 40 | 377 | 42 | 127 | 0 | 0 | 425 | 144 | 70 |
| Binary | 10101001 | 100000 | 11111111 | 100010 | 1010111 | 0 | 0 | 100010101 | 1100100 | 111000 |
Color Harmonies of #A920FF
Complementary color
Monochromatic Colors of #A920FF
Black with #A920FF
Text Example
Text Example
White with #A920FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A920FF; }
p { color: rgb(169,32,255); }
H1.HeaderClassName
{
color: #A920FF;
}
.AnyTagClassName
{
color: #A920FF;
}
</style>
background-color css
<style>
a { background-color: #A920FF; }
a { background-color: rgb(169,32,255); }
div.DivClassName
{
background-color: #A920FF;
}
.BgClassName
{
background-color: #A920FF;
}
</style>
border-color css
<style>
span { border-color: #A920FF; }
span { border-color: rgb(169,32,255); }
td.TdClassName
{
border-color: #A920FF;
}
.TagClassName
{
border-color: #A920FF;
}
</style>