Shades of Electric Purple #A921FE
Tints of Electric Purple #A921FE
RGB
CMYK
RGB Variations
Color information
#A921FE (or 0xA921FE) is known color: Electric Purple. HEX triplet: A9, 21 and FE. RGB value is (169,33,254). Sum of RGB (Red+Green+Blue) = 169+33+254=456 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.06% from 456); Green value is 33 (13.28% from 255 or 7.24% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #A921FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A921FE is #56DE01. Grayscale: #626262. Windows color (decimal): -5692930 or 16654761. OLE color: 16654761.
HSL color Cylindrical-coordinate representation of color #A921FE: hue angle of 276.92º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A921FE is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 169 | 33 | 254 | - |
| CMYK | 0.33 | 0.87 | 0 | 0.00 |
| HSL | 276.92º | 0.99% | 0.56% | - |
| HSV(B) | 276.92º | 0.87% | 1% | - |
| XYZ | 34.8 | 16.68 | 95.15 | - |
| YUV | 98.86 | 215.56 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 33 | 254 | 0.33 | 0.87 | 0 | 0.00 | 276.92 | 0.99 | 0.56 |
| Hex | A9 | 21 | FE | 21 | 57 | 0 | 0 | 115 | 63 | 38 |
| Octal | 251 | 41 | 376 | 41 | 127 | 0 | 0 | 425 | 143 | 70 |
| Binary | 10101001 | 100001 | 11111110 | 100001 | 1010111 | 0 | 0 | 100010101 | 1100011 | 111000 |
Color Harmonies of #A921FE
Complementary color
Monochromatic Colors of #A921FE
Black with #A921FE
Text Example
Text Example
White with #A921FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A921FE; }
p { color: rgb(169,33,254); }
H1.HeaderClassName
{
color: #A921FE;
}
.AnyTagClassName
{
color: #A921FE;
}
</style>
background-color css
<style>
a { background-color: #A921FE; }
a { background-color: rgb(169,33,254); }
div.DivClassName
{
background-color: #A921FE;
}
.BgClassName
{
background-color: #A921FE;
}
</style>
border-color css
<style>
span { border-color: #A921FE; }
span { border-color: rgb(169,33,254); }
td.TdClassName
{
border-color: #A921FE;
}
.TagClassName
{
border-color: #A921FE;
}
</style>