Shades of Electric Purple #A90DFC
Tints of Electric Purple #A90DFC
RGB
CMYK
RGB Variations
Color information
#A90DFC (or 0xA90DFC) is known color: Electric Purple. HEX triplet: A9, 0D and FC. RGB value is (169,13,252). Sum of RGB (Red+Green+Blue) = 169+13+252=434 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.94% from 434); Green value is 13 (5.47% from 255 or 3.00% from 434); Blue value is 252 (98.83% from 255 or 58.06% from 434); Max value from RGB is 252 - color contains mainly: blue. Hex color #A90DFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A90DFC is #56F203. Grayscale: #565656. Windows color (decimal): -5698052 or 16518569. OLE color: 16518569.
HSL color Cylindrical-coordinate representation of color #A90DFC: hue angle of 279.16º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A90DFC is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 13 | 252 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.01 |
| HSL | 279.16º | 0.98% | 0.52% | - |
| HSV(B) | 279.16º | 0.95% | 0.99% | - |
| XYZ | 34.08 | 15.75 | 93.34 | - |
| YUV | 86.89 | 221.18 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 13 | 252 | 0.33 | 0.95 | 0 | 0.01 | 279.16 | 0.98 | 0.52 |
| Hex | A9 | D | FC | 21 | 5F | 0 | 1 | 117 | 62 | 34 |
| Octal | 251 | 15 | 374 | 41 | 137 | 0 | 1 | 427 | 142 | 64 |
| Binary | 10101001 | 1101 | 11111100 | 100001 | 1011111 | 0 | 1 | 100010111 | 1100010 | 110100 |
Color Harmonies of #A90DFC
Complementary color
Monochromatic Colors of #A90DFC
Black with #A90DFC
Text Example
Text Example
White with #A90DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90DFC; }
p { color: rgb(169,13,252); }
H1.HeaderClassName
{
color: #A90DFC;
}
.AnyTagClassName
{
color: #A90DFC;
}
</style>
background-color css
<style>
a { background-color: #A90DFC; }
a { background-color: rgb(169,13,252); }
div.DivClassName
{
background-color: #A90DFC;
}
.BgClassName
{
background-color: #A90DFC;
}
</style>
border-color css
<style>
span { border-color: #A90DFC; }
span { border-color: rgb(169,13,252); }
td.TdClassName
{
border-color: #A90DFC;
}
.TagClassName
{
border-color: #A90DFC;
}
</style>