Shades of Electric Purple #A003F9
Tints of Electric Purple #A003F9
RGB
CMYK
RGB Variations
Color information
#A003F9 (or 0xA003F9) is known color: Electric Purple. HEX triplet: A0, 03 and F9. RGB value is (160,3,249). Sum of RGB (Red+Green+Blue) = 160+3+249=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 3 (1.56% from 255 or 0.73% from 412); Blue value is 249 (97.66% from 255 or 60.44% from 412); Max value from RGB is 249 - color contains mainly: blue. Hex color #A003F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A003F9 is #5FFC06. Grayscale: #4D4D4D. Windows color (decimal): -6290439 or 16319392. OLE color: 16319392.
HSL color Cylindrical-coordinate representation of color #A003F9: hue angle of 278.29º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A003F9 is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 3 | 249 | - |
| CMYK | 0.36 | 0.99 | 0 | 0.02 |
| HSL | 278.29º | 0.98% | 0.49% | - |
| HSV(B) | 278.29º | 0.99% | 0.98% | - |
| XYZ | 31.63 | 14.38 | 90.73 | - |
| YUV | 77.99 | 224.51 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 249 | 0.36 | 0.99 | 0 | 0.02 | 278.29 | 0.98 | 0.49 |
| Hex | A0 | 3 | F9 | 24 | 63 | 0 | 2 | 116 | 62 | 31 |
| Octal | 240 | 3 | 371 | 44 | 143 | 0 | 2 | 426 | 142 | 61 |
| Binary | 10100000 | 11 | 11111001 | 100100 | 1100011 | 0 | 10 | 100010110 | 1100010 | 110001 |
Color Harmonies of #A003F9
Complementary color
Monochromatic Colors of #A003F9
Black with #A003F9
Text Example
Text Example
White with #A003F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A003F9; }
p { color: rgb(160,3,249); }
H1.HeaderClassName
{
color: #A003F9;
}
.AnyTagClassName
{
color: #A003F9;
}
</style>
background-color css
<style>
a { background-color: #A003F9; }
a { background-color: rgb(160,3,249); }
div.DivClassName
{
background-color: #A003F9;
}
.BgClassName
{
background-color: #A003F9;
}
</style>
border-color css
<style>
span { border-color: #A003F9; }
span { border-color: rgb(160,3,249); }
td.TdClassName
{
border-color: #A003F9;
}
.TagClassName
{
border-color: #A003F9;
}
</style>