Shades of Electric Purple #A90FFC
Tints of Electric Purple #A90FFC
RGB
CMYK
RGB Variations
Color information
#A90FFC (or 0xA90FFC) is known color: Electric Purple. HEX triplet: A9, 0F and FC. RGB value is (169,15,252). Sum of RGB (Red+Green+Blue) = 169+15+252=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 15 (6.25% from 255 or 3.44% from 436); Blue value is 252 (98.83% from 255 or 57.80% from 436); Max value from RGB is 252 - color contains mainly: blue. Hex color #A90FFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A90FFC is #56F003. Grayscale: #575757. Windows color (decimal): -5697540 or 16519081. OLE color: 16519081.
HSL color Cylindrical-coordinate representation of color #A90FFC: hue angle of 278.99º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90FFC is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 15 | 252 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.01 |
| HSL | 278.99º | 0.98% | 0.52% | - |
| HSV(B) | 278.99º | 0.94% | 0.99% | - |
| XYZ | 34.1 | 15.8 | 93.35 | - |
| YUV | 88.06 | 220.52 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 15 | 252 | 0.33 | 0.94 | 0 | 0.01 | 278.99 | 0.98 | 0.52 |
| Hex | A9 | F | FC | 21 | 5E | 0 | 1 | 117 | 62 | 34 |
| Octal | 251 | 17 | 374 | 41 | 136 | 0 | 1 | 427 | 142 | 64 |
| Binary | 10101001 | 1111 | 11111100 | 100001 | 1011110 | 0 | 1 | 100010111 | 1100010 | 110100 |
Color Harmonies of #A90FFC
Complementary color
Monochromatic Colors of #A90FFC
Black with #A90FFC
Text Example
Text Example
White with #A90FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90FFC; }
p { color: rgb(169,15,252); }
H1.HeaderClassName
{
color: #A90FFC;
}
.AnyTagClassName
{
color: #A90FFC;
}
</style>
background-color css
<style>
a { background-color: #A90FFC; }
a { background-color: rgb(169,15,252); }
div.DivClassName
{
background-color: #A90FFC;
}
.BgClassName
{
background-color: #A90FFC;
}
</style>
border-color css
<style>
span { border-color: #A90FFC; }
span { border-color: rgb(169,15,252); }
td.TdClassName
{
border-color: #A90FFC;
}
.TagClassName
{
border-color: #A90FFC;
}
</style>