Shades of Electric Purple #A916ED
Tints of Electric Purple #A916ED
RGB
CMYK
RGB Variations
Color information
#A916ED (or 0xA916ED) is known color: Electric Purple. HEX triplet: A9, 16 and ED. RGB value is (169,22,237). Sum of RGB (Red+Green+Blue) = 169+22+237=428 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.49% from 428); Green value is 22 (8.98% from 255 or 5.14% from 428); Blue value is 237 (92.97% from 255 or 55.37% from 428); Max value from RGB is 237 - color contains mainly: blue. Hex color #A916ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A916ED is #56E912. Grayscale: #595959. Windows color (decimal): -5695763 or 15537833. OLE color: 15537833.
HSL color Cylindrical-coordinate representation of color #A916ED: hue angle of 281.02º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A916ED is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 22 | 237 | - |
| CMYK | 0.29 | 0.91 | 0 | 0.07 |
| HSL | 281.02º | 0.86% | 0.51% | - |
| HSV(B) | 281.02º | 0.91% | 0.93% | - |
| XYZ | 31.94 | 15.12 | 81.36 | - |
| YUV | 90.46 | 210.7 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 22 | 237 | 0.29 | 0.91 | 0 | 0.07 | 281.02 | 0.86 | 0.51 |
| Hex | A9 | 16 | ED | 1D | 5B | 0 | 7 | 119 | 56 | 33 |
| Octal | 251 | 26 | 355 | 35 | 133 | 0 | 7 | 431 | 126 | 63 |
| Binary | 10101001 | 10110 | 11101101 | 11101 | 1011011 | 0 | 111 | 100011001 | 1010110 | 110011 |
Color Harmonies of #A916ED
Complementary color
Monochromatic Colors of #A916ED
Black with #A916ED
Text Example
Text Example
White with #A916ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A916ED; }
p { color: rgb(169,22,237); }
H1.HeaderClassName
{
color: #A916ED;
}
.AnyTagClassName
{
color: #A916ED;
}
</style>
background-color css
<style>
a { background-color: #A916ED; }
a { background-color: rgb(169,22,237); }
div.DivClassName
{
background-color: #A916ED;
}
.BgClassName
{
background-color: #A916ED;
}
</style>
border-color css
<style>
span { border-color: #A916ED; }
span { border-color: rgb(169,22,237); }
td.TdClassName
{
border-color: #A916ED;
}
.TagClassName
{
border-color: #A916ED;
}
</style>