Shades of Electric Purple #A911F0
Tints of Electric Purple #A911F0
RGB
CMYK
RGB Variations
Color information
#A911F0 (or 0xA911F0) is known color: Electric Purple. HEX triplet: A9, 11 and F0. RGB value is (169,17,240). Sum of RGB (Red+Green+Blue) = 169+17+240=426 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.67% from 426); Green value is 17 (7.03% from 255 or 3.99% from 426); Blue value is 240 (94.14% from 255 or 56.34% from 426); Max value from RGB is 240 - color contains mainly: blue. Hex color #A911F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A911F0 is #56EE0F. Grayscale: #575757. Windows color (decimal): -5697040 or 15733161. OLE color: 15733161.
HSL color Cylindrical-coordinate representation of color #A911F0: hue angle of 280.9º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A911F0 is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 17 | 240 | - |
| CMYK | 0.30 | 0.93 | 0 | 0.06 |
| HSL | 280.9º | 0.88% | 0.5% | - |
| HSV(B) | 280.9º | 0.93% | 0.94% | - |
| XYZ | 32.29 | 15.13 | 83.66 | - |
| YUV | 87.87 | 213.86 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 17 | 240 | 0.30 | 0.93 | 0 | 0.06 | 280.9 | 0.88 | 0.5 |
| Hex | A9 | 11 | F0 | 1E | 5D | 0 | 6 | 119 | 58 | 32 |
| Octal | 251 | 21 | 360 | 36 | 135 | 0 | 6 | 431 | 130 | 62 |
| Binary | 10101001 | 10001 | 11110000 | 11110 | 1011101 | 0 | 110 | 100011001 | 1011000 | 110010 |
Color Harmonies of #A911F0
Complementary color
Monochromatic Colors of #A911F0
Black with #A911F0
Text Example
Text Example
White with #A911F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A911F0; }
p { color: rgb(169,17,240); }
H1.HeaderClassName
{
color: #A911F0;
}
.AnyTagClassName
{
color: #A911F0;
}
</style>
background-color css
<style>
a { background-color: #A911F0; }
a { background-color: rgb(169,17,240); }
div.DivClassName
{
background-color: #A911F0;
}
.BgClassName
{
background-color: #A911F0;
}
</style>
border-color css
<style>
span { border-color: #A911F0; }
span { border-color: rgb(169,17,240); }
td.TdClassName
{
border-color: #A911F0;
}
.TagClassName
{
border-color: #A911F0;
}
</style>