Shades of Electric Purple #A921FC
Tints of Electric Purple #A921FC
RGB
CMYK
RGB Variations
Color information
#A921FC (or 0xA921FC) is known color: Electric Purple. HEX triplet: A9, 21 and FC. RGB value is (169,33,252). Sum of RGB (Red+Green+Blue) = 169+33+252=454 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.22% from 454); Green value is 33 (13.28% from 255 or 7.27% from 454); Blue value is 252 (98.83% from 255 or 55.51% from 454); Max value from RGB is 252 - color contains mainly: blue. Hex color #A921FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A921FC is #56DE03. Grayscale: #616161. Windows color (decimal): -5692932 or 16523689. OLE color: 16523689.
HSL color Cylindrical-coordinate representation of color #A921FC: hue angle of 277.26º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A921FC is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 33 | 252 | - |
| CMYK | 0.33 | 0.87 | 0 | 0.01 |
| HSL | 277.26º | 0.97% | 0.56% | - |
| HSV(B) | 277.26º | 0.87% | 0.99% | - |
| XYZ | 34.48 | 16.55 | 93.47 | - |
| YUV | 98.63 | 214.56 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 33 | 252 | 0.33 | 0.87 | 0 | 0.01 | 277.26 | 0.97 | 0.56 |
| Hex | A9 | 21 | FC | 21 | 57 | 0 | 1 | 115 | 61 | 38 |
| Octal | 251 | 41 | 374 | 41 | 127 | 0 | 1 | 425 | 141 | 70 |
| Binary | 10101001 | 100001 | 11111100 | 100001 | 1010111 | 0 | 1 | 100010101 | 1100001 | 111000 |
Color Harmonies of #A921FC
Complementary color
Monochromatic Colors of #A921FC
Black with #A921FC
Text Example
Text Example
White with #A921FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A921FC; }
p { color: rgb(169,33,252); }
H1.HeaderClassName
{
color: #A921FC;
}
.AnyTagClassName
{
color: #A921FC;
}
</style>
background-color css
<style>
a { background-color: #A921FC; }
a { background-color: rgb(169,33,252); }
div.DivClassName
{
background-color: #A921FC;
}
.BgClassName
{
background-color: #A921FC;
}
</style>
border-color css
<style>
span { border-color: #A921FC; }
span { border-color: rgb(169,33,252); }
td.TdClassName
{
border-color: #A921FC;
}
.TagClassName
{
border-color: #A921FC;
}
</style>