Shades of Electric Purple #A90DF5
Tints of Electric Purple #A90DF5
RGB
CMYK
RGB Variations
Color information
#A90DF5 (or 0xA90DF5) is known color: Electric Purple. HEX triplet: A9, 0D and F5. RGB value is (169,13,245). Sum of RGB (Red+Green+Blue) = 169+13+245=427 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.58% from 427); Green value is 13 (5.47% from 255 or 3.04% from 427); Blue value is 245 (96.09% from 255 or 57.38% from 427); Max value from RGB is 245 - color contains mainly: blue. Hex color #A90DF5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A90DF5 is #56F20A. Grayscale: #555555. Windows color (decimal): -5698059 or 16059817. OLE color: 16059817.
HSL color Cylindrical-coordinate representation of color #A90DF5: hue angle of 280.34º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A90DF5 is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 169 | 13 | 245 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.04 |
| HSL | 280.34º | 0.92% | 0.51% | - |
| HSV(B) | 280.34º | 0.95% | 0.96% | - |
| XYZ | 32.99 | 15.32 | 87.6 | - |
| YUV | 86.09 | 217.68 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 13 | 245 | 0.31 | 0.95 | 0 | 0.04 | 280.34 | 0.92 | 0.51 |
| Hex | A9 | D | F5 | 1F | 5F | 0 | 4 | 118 | 5C | 33 |
| Octal | 251 | 15 | 365 | 37 | 137 | 0 | 4 | 430 | 134 | 63 |
| Binary | 10101001 | 1101 | 11110101 | 11111 | 1011111 | 0 | 100 | 100011000 | 1011100 | 110011 |
Color Harmonies of #A90DF5
Complementary color
Monochromatic Colors of #A90DF5
Black with #A90DF5
Text Example
Text Example
White with #A90DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90DF5; }
p { color: rgb(169,13,245); }
H1.HeaderClassName
{
color: #A90DF5;
}
.AnyTagClassName
{
color: #A90DF5;
}
</style>
background-color css
<style>
a { background-color: #A90DF5; }
a { background-color: rgb(169,13,245); }
div.DivClassName
{
background-color: #A90DF5;
}
.BgClassName
{
background-color: #A90DF5;
}
</style>
border-color css
<style>
span { border-color: #A90DF5; }
span { border-color: rgb(169,13,245); }
td.TdClassName
{
border-color: #A90DF5;
}
.TagClassName
{
border-color: #A90DF5;
}
</style>