Shades of Electric Purple #A90CEF
Tints of Electric Purple #A90CEF
RGB
CMYK
RGB Variations
Color information
#A90CEF (or 0xA90CEF) is known color: Electric Purple. HEX triplet: A9, 0C and EF. RGB value is (169,12,239). Sum of RGB (Red+Green+Blue) = 169+12+239=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 12 (5.08% from 255 or 2.86% from 420); Blue value is 239 (93.75% from 255 or 56.90% from 420); Max value from RGB is 239 - color contains mainly: blue. Hex color #A90CEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A90CEF is #56F310. Grayscale: #545454. Windows color (decimal): -5698321 or 15666345. OLE color: 15666345.
HSL color Cylindrical-coordinate representation of color #A90CEF: hue angle of 281.5º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A90CEF is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 12 | 239 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.06 |
| HSL | 281.5º | 0.9% | 0.49% | - |
| HSV(B) | 281.5º | 0.95% | 0.94% | - |
| XYZ | 32.07 | 14.93 | 82.85 | - |
| YUV | 84.82 | 215.01 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 12 | 239 | 0.29 | 0.95 | 0 | 0.06 | 281.5 | 0.9 | 0.49 |
| Hex | A9 | C | EF | 1D | 5F | 0 | 6 | 119 | 5A | 31 |
| Octal | 251 | 14 | 357 | 35 | 137 | 0 | 6 | 431 | 132 | 61 |
| Binary | 10101001 | 1100 | 11101111 | 11101 | 1011111 | 0 | 110 | 100011001 | 1011010 | 110001 |
Color Harmonies of #A90CEF
Complementary color
Monochromatic Colors of #A90CEF
Black with #A90CEF
Text Example
Text Example
White with #A90CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90CEF; }
p { color: rgb(169,12,239); }
H1.HeaderClassName
{
color: #A90CEF;
}
.AnyTagClassName
{
color: #A90CEF;
}
</style>
background-color css
<style>
a { background-color: #A90CEF; }
a { background-color: rgb(169,12,239); }
div.DivClassName
{
background-color: #A90CEF;
}
.BgClassName
{
background-color: #A90CEF;
}
</style>
border-color css
<style>
span { border-color: #A90CEF; }
span { border-color: rgb(169,12,239); }
td.TdClassName
{
border-color: #A90CEF;
}
.TagClassName
{
border-color: #A90CEF;
}
</style>