Shades of Electric Purple #A916FF
Tints of Electric Purple #A916FF
RGB
CMYK
RGB Variations
Color information
#A916FF (or 0xA916FF) is known color: Electric Purple. HEX triplet: A9, 16 and FF. RGB value is (169,22,255). Sum of RGB (Red+Green+Blue) = 169+22+255=446 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.89% from 446); Green value is 22 (8.98% from 255 or 4.93% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #A916FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A916FF is #56E900. Grayscale: #5B5B5B. Windows color (decimal): -5695745 or 16717481. OLE color: 16717481.
HSL color Cylindrical-coordinate representation of color #A916FF: hue angle of 277.85º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A916FF is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 22 | 255 | - |
| CMYK | 0.34 | 0.91 | 0 | 0 |
| HSL | 277.85º | 1% | 0.54% | - |
| HSV(B) | 277.85º | 0.91% | 1% | - |
| XYZ | 34.7 | 16.23 | 95.91 | - |
| YUV | 92.52 | 219.7 | 182.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 22 | 255 | 0.34 | 0.91 | 0 | 0 | 277.85 | 1 | 0.54 |
| Hex | A9 | 16 | FF | 22 | 5B | 0 | 0 | 116 | 64 | 36 |
| Octal | 251 | 26 | 377 | 42 | 133 | 0 | 0 | 426 | 144 | 66 |
| Binary | 10101001 | 10110 | 11111111 | 100010 | 1011011 | 0 | 0 | 100010110 | 1100100 | 110110 |
Color Harmonies of #A916FF
Complementary color
Monochromatic Colors of #A916FF
Black with #A916FF
Text Example
Text Example
White with #A916FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A916FF; }
p { color: rgb(169,22,255); }
H1.HeaderClassName
{
color: #A916FF;
}
.AnyTagClassName
{
color: #A916FF;
}
</style>
background-color css
<style>
a { background-color: #A916FF; }
a { background-color: rgb(169,22,255); }
div.DivClassName
{
background-color: #A916FF;
}
.BgClassName
{
background-color: #A916FF;
}
</style>
border-color css
<style>
span { border-color: #A916FF; }
span { border-color: rgb(169,22,255); }
td.TdClassName
{
border-color: #A916FF;
}
.TagClassName
{
border-color: #A916FF;
}
</style>