Shades of Electric Purple #A90CF5
Tints of Electric Purple #A90CF5
RGB
CMYK
RGB Variations
Color information
#A90CF5 (or 0xA90CF5) is known color: Electric Purple. HEX triplet: A9, 0C and F5. RGB value is (169,12,245). Sum of RGB (Red+Green+Blue) = 169+12+245=426 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.67% from 426); Green value is 12 (5.08% from 255 or 2.82% from 426); Blue value is 245 (96.09% from 255 or 57.51% from 426); Max value from RGB is 245 - color contains mainly: blue. Hex color #A90CF5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A90CF5 is #56F30A. Grayscale: #545454. Windows color (decimal): -5698315 or 16059561. OLE color: 16059561.
HSL color Cylindrical-coordinate representation of color #A90CF5: hue angle of 280.43º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A90CF5 is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 169 | 12 | 245 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.04 |
| HSL | 280.43º | 0.92% | 0.5% | - |
| HSV(B) | 280.43º | 0.95% | 0.96% | - |
| XYZ | 32.98 | 15.29 | 87.6 | - |
| YUV | 85.51 | 218.01 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 12 | 245 | 0.31 | 0.95 | 0 | 0.04 | 280.43 | 0.92 | 0.5 |
| Hex | A9 | C | F5 | 1F | 5F | 0 | 4 | 118 | 5C | 32 |
| Octal | 251 | 14 | 365 | 37 | 137 | 0 | 4 | 430 | 134 | 62 |
| Binary | 10101001 | 1100 | 11110101 | 11111 | 1011111 | 0 | 100 | 100011000 | 1011100 | 110010 |
Color Harmonies of #A90CF5
Complementary color
Monochromatic Colors of #A90CF5
Black with #A90CF5
Text Example
Text Example
White with #A90CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90CF5; }
p { color: rgb(169,12,245); }
H1.HeaderClassName
{
color: #A90CF5;
}
.AnyTagClassName
{
color: #A90CF5;
}
</style>
background-color css
<style>
a { background-color: #A90CF5; }
a { background-color: rgb(169,12,245); }
div.DivClassName
{
background-color: #A90CF5;
}
.BgClassName
{
background-color: #A90CF5;
}
</style>
border-color css
<style>
span { border-color: #A90CF5; }
span { border-color: rgb(169,12,245); }
td.TdClassName
{
border-color: #A90CF5;
}
.TagClassName
{
border-color: #A90CF5;
}
</style>