Shades of Electric Purple #A911FF
Tints of Electric Purple #A911FF
RGB
CMYK
RGB Variations
Color information
#A911FF (or 0xA911FF) is known color: Electric Purple. HEX triplet: A9, 11 and FF. RGB value is (169,17,255). Sum of RGB (Red+Green+Blue) = 169+17+255=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 17 (7.03% from 255 or 3.85% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #A911FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A911FF is #56EE00. Grayscale: #585858. Windows color (decimal): -5697025 or 16716201. OLE color: 16716201.
HSL color Cylindrical-coordinate representation of color #A911FF: hue angle of 278.32º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A911FF is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 17 | 255 | - |
| CMYK | 0.34 | 0.93 | 0 | 0 |
| HSL | 278.32º | 1% | 0.53% | - |
| HSV(B) | 278.32º | 0.93% | 1% | - |
| XYZ | 34.61 | 16.06 | 95.88 | - |
| YUV | 89.58 | 221.36 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 17 | 255 | 0.34 | 0.93 | 0 | 0 | 278.32 | 1 | 0.53 |
| Hex | A9 | 11 | FF | 22 | 5D | 0 | 0 | 116 | 64 | 35 |
| Octal | 251 | 21 | 377 | 42 | 135 | 0 | 0 | 426 | 144 | 65 |
| Binary | 10101001 | 10001 | 11111111 | 100010 | 1011101 | 0 | 0 | 100010110 | 1100100 | 110101 |
Color Harmonies of #A911FF
Complementary color
Monochromatic Colors of #A911FF
Black with #A911FF
Text Example
Text Example
White with #A911FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A911FF; }
p { color: rgb(169,17,255); }
H1.HeaderClassName
{
color: #A911FF;
}
.AnyTagClassName
{
color: #A911FF;
}
</style>
background-color css
<style>
a { background-color: #A911FF; }
a { background-color: rgb(169,17,255); }
div.DivClassName
{
background-color: #A911FF;
}
.BgClassName
{
background-color: #A911FF;
}
</style>
border-color css
<style>
span { border-color: #A911FF; }
span { border-color: rgb(169,17,255); }
td.TdClassName
{
border-color: #A911FF;
}
.TagClassName
{
border-color: #A911FF;
}
</style>