Shades of Electric Purple #A90BED
Tints of Electric Purple #A90BED
RGB
CMYK
RGB Variations
Color information
#A90BED (or 0xA90BED) is known color: Electric Purple. HEX triplet: A9, 0B and ED. RGB value is (169,11,237). Sum of RGB (Red+Green+Blue) = 169+11+237=417 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.53% from 417); Green value is 11 (4.69% from 255 or 2.64% from 417); Blue value is 237 (92.97% from 255 or 56.83% from 417); Max value from RGB is 237 - color contains mainly: blue. Hex color #A90BED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A90BED is #56F412. Grayscale: #535353. Windows color (decimal): -5698579 or 15535017. OLE color: 15535017.
HSL color Cylindrical-coordinate representation of color #A90BED: hue angle of 281.95º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A90BED is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 11 | 237 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.07 |
| HSL | 281.95º | 0.91% | 0.49% | - |
| HSV(B) | 281.95º | 0.95% | 0.93% | - |
| XYZ | 31.77 | 14.79 | 81.3 | - |
| YUV | 84.01 | 214.35 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 11 | 237 | 0.29 | 0.95 | 0 | 0.07 | 281.95 | 0.91 | 0.49 |
| Hex | A9 | B | ED | 1D | 5F | 0 | 7 | 11A | 5B | 31 |
| Octal | 251 | 13 | 355 | 35 | 137 | 0 | 7 | 432 | 133 | 61 |
| Binary | 10101001 | 1011 | 11101101 | 11101 | 1011111 | 0 | 111 | 100011010 | 1011011 | 110001 |
Color Harmonies of #A90BED
Complementary color
Monochromatic Colors of #A90BED
Black with #A90BED
Text Example
Text Example
White with #A90BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90BED; }
p { color: rgb(169,11,237); }
H1.HeaderClassName
{
color: #A90BED;
}
.AnyTagClassName
{
color: #A90BED;
}
</style>
background-color css
<style>
a { background-color: #A90BED; }
a { background-color: rgb(169,11,237); }
div.DivClassName
{
background-color: #A90BED;
}
.BgClassName
{
background-color: #A90BED;
}
</style>
border-color css
<style>
span { border-color: #A90BED; }
span { border-color: rgb(169,11,237); }
td.TdClassName
{
border-color: #A90BED;
}
.TagClassName
{
border-color: #A90BED;
}
</style>