Shades of Electric Purple #A90DFE
Tints of Electric Purple #A90DFE
RGB
CMYK
RGB Variations
Color information
#A90DFE (or 0xA90DFE) is known color: Electric Purple. HEX triplet: A9, 0D and FE. RGB value is (169,13,254). Sum of RGB (Red+Green+Blue) = 169+13+254=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 13 (5.47% from 255 or 2.98% from 436); Blue value is 254 (99.61% from 255 or 58.26% from 436); Max value from RGB is 254 - color contains mainly: blue. Hex color #A90DFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A90DFE is #56F201. Grayscale: #565656. Windows color (decimal): -5698050 or 16649641. OLE color: 16649641.
HSL color Cylindrical-coordinate representation of color #A90DFE: hue angle of 278.84º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A90DFE is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 169 | 13 | 254 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.00 |
| HSL | 278.84º | 0.99% | 0.52% | - |
| HSV(B) | 278.84º | 0.95% | 1% | - |
| XYZ | 34.4 | 15.88 | 95.02 | - |
| YUV | 87.12 | 222.18 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 13 | 254 | 0.33 | 0.95 | 0 | 0.00 | 278.84 | 0.99 | 0.52 |
| Hex | A9 | D | FE | 21 | 5F | 0 | 0 | 117 | 63 | 34 |
| Octal | 251 | 15 | 376 | 41 | 137 | 0 | 0 | 427 | 143 | 64 |
| Binary | 10101001 | 1101 | 11111110 | 100001 | 1011111 | 0 | 0 | 100010111 | 1100011 | 110100 |
Color Harmonies of #A90DFE
Complementary color
Monochromatic Colors of #A90DFE
Black with #A90DFE
Text Example
Text Example
White with #A90DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90DFE; }
p { color: rgb(169,13,254); }
H1.HeaderClassName
{
color: #A90DFE;
}
.AnyTagClassName
{
color: #A90DFE;
}
</style>
background-color css
<style>
a { background-color: #A90DFE; }
a { background-color: rgb(169,13,254); }
div.DivClassName
{
background-color: #A90DFE;
}
.BgClassName
{
background-color: #A90DFE;
}
</style>
border-color css
<style>
span { border-color: #A90DFE; }
span { border-color: rgb(169,13,254); }
td.TdClassName
{
border-color: #A90DFE;
}
.TagClassName
{
border-color: #A90DFE;
}
</style>