Shades of Electric Purple #A90DEC
Tints of Electric Purple #A90DEC
RGB
CMYK
RGB Variations
Color information
#A90DEC (or 0xA90DEC) is known color: Electric Purple. HEX triplet: A9, 0D and EC. RGB value is (169,13,236). Sum of RGB (Red+Green+Blue) = 169+13+236=418 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.43% from 418); Green value is 13 (5.47% from 255 or 3.11% from 418); Blue value is 236 (92.58% from 255 or 56.46% from 418); Max value from RGB is 236 - color contains mainly: blue. Hex color #A90DEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A90DEC is #56F213. Grayscale: #545454. Windows color (decimal): -5698068 or 15469993. OLE color: 15469993.
HSL color Cylindrical-coordinate representation of color #A90DEC: hue angle of 281.97º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90DEC is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 13 | 236 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.07 |
| HSL | 281.97º | 0.9% | 0.49% | - |
| HSV(B) | 281.97º | 0.94% | 0.93% | - |
| XYZ | 31.65 | 14.78 | 80.54 | - |
| YUV | 85.07 | 213.18 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 13 | 236 | 0.28 | 0.94 | 0 | 0.07 | 281.97 | 0.9 | 0.49 |
| Hex | A9 | D | EC | 1C | 5E | 0 | 7 | 11A | 5A | 31 |
| Octal | 251 | 15 | 354 | 34 | 136 | 0 | 7 | 432 | 132 | 61 |
| Binary | 10101001 | 1101 | 11101100 | 11100 | 1011110 | 0 | 111 | 100011010 | 1011010 | 110001 |
Color Harmonies of #A90DEC
Complementary color
Monochromatic Colors of #A90DEC
Black with #A90DEC
Text Example
Text Example
White with #A90DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90DEC; }
p { color: rgb(169,13,236); }
H1.HeaderClassName
{
color: #A90DEC;
}
.AnyTagClassName
{
color: #A90DEC;
}
</style>
background-color css
<style>
a { background-color: #A90DEC; }
a { background-color: rgb(169,13,236); }
div.DivClassName
{
background-color: #A90DEC;
}
.BgClassName
{
background-color: #A90DEC;
}
</style>
border-color css
<style>
span { border-color: #A90DEC; }
span { border-color: rgb(169,13,236); }
td.TdClassName
{
border-color: #A90DEC;
}
.TagClassName
{
border-color: #A90DEC;
}
</style>