Shades of Electric Purple #A90FF3
Tints of Electric Purple #A90FF3
RGB
CMYK
RGB Variations
Color information
#A90FF3 (or 0xA90FF3) is known color: Electric Purple. HEX triplet: A9, 0F and F3. RGB value is (169,15,243). Sum of RGB (Red+Green+Blue) = 169+15+243=427 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.58% from 427); Green value is 15 (6.25% from 255 or 3.51% from 427); Blue value is 243 (95.31% from 255 or 56.91% from 427); Max value from RGB is 243 - color contains mainly: blue. Hex color #A90FF3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A90FF3 is #56F00C. Grayscale: #565656. Windows color (decimal): -5697549 or 15929257. OLE color: 15929257.
HSL color Cylindrical-coordinate representation of color #A90FF3: hue angle of 280.53º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90FF3 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 15 | 243 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.05 |
| HSL | 280.53º | 0.9% | 0.51% | - |
| HSV(B) | 280.53º | 0.94% | 0.95% | - |
| XYZ | 32.71 | 15.25 | 86.01 | - |
| YUV | 87.04 | 216.02 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 15 | 243 | 0.30 | 0.94 | 0 | 0.05 | 280.53 | 0.9 | 0.51 |
| Hex | A9 | F | F3 | 1E | 5E | 0 | 5 | 119 | 5A | 33 |
| Octal | 251 | 17 | 363 | 36 | 136 | 0 | 5 | 431 | 132 | 63 |
| Binary | 10101001 | 1111 | 11110011 | 11110 | 1011110 | 0 | 101 | 100011001 | 1011010 | 110011 |
Color Harmonies of #A90FF3
Complementary color
Monochromatic Colors of #A90FF3
Black with #A90FF3
Text Example
Text Example
White with #A90FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90FF3; }
p { color: rgb(169,15,243); }
H1.HeaderClassName
{
color: #A90FF3;
}
.AnyTagClassName
{
color: #A90FF3;
}
</style>
background-color css
<style>
a { background-color: #A90FF3; }
a { background-color: rgb(169,15,243); }
div.DivClassName
{
background-color: #A90FF3;
}
.BgClassName
{
background-color: #A90FF3;
}
</style>
border-color css
<style>
span { border-color: #A90FF3; }
span { border-color: rgb(169,15,243); }
td.TdClassName
{
border-color: #A90FF3;
}
.TagClassName
{
border-color: #A90FF3;
}
</style>