Shades of Electric Purple #A00FF3
Tints of Electric Purple #A00FF3
RGB
CMYK
RGB Variations
Color information
#A00FF3 (or 0xA00FF3) is known color: Electric Purple. HEX triplet: A0, 0F and F3. RGB value is (160,15,243). Sum of RGB (Red+Green+Blue) = 160+15+243=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 15 (6.25% from 255 or 3.59% from 418); Blue value is 243 (95.31% from 255 or 58.13% from 418); Max value from RGB is 243 - color contains mainly: blue. Hex color #A00FF3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00FF3 is #5FF00C. Grayscale: #535353. Windows color (decimal): -6287373 or 15929248. OLE color: 15929248.
HSL color Cylindrical-coordinate representation of color #A00FF3: hue angle of 278.16º 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 #A00FF3 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 15 | 243 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.05 |
| HSL | 278.16º | 0.9% | 0.51% | - |
| HSV(B) | 278.16º | 0.94% | 0.95% | - |
| XYZ | 30.85 | 14.29 | 85.93 | - |
| YUV | 84.35 | 217.54 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 15 | 243 | 0.34 | 0.94 | 0 | 0.05 | 278.16 | 0.9 | 0.51 |
| Hex | A0 | F | F3 | 22 | 5E | 0 | 5 | 116 | 5A | 33 |
| Octal | 240 | 17 | 363 | 42 | 136 | 0 | 5 | 426 | 132 | 63 |
| Binary | 10100000 | 1111 | 11110011 | 100010 | 1011110 | 0 | 101 | 100010110 | 1011010 | 110011 |
Color Harmonies of #A00FF3
Complementary color
Monochromatic Colors of #A00FF3
Black with #A00FF3
Text Example
Text Example
White with #A00FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00FF3; }
p { color: rgb(160,15,243); }
H1.HeaderClassName
{
color: #A00FF3;
}
.AnyTagClassName
{
color: #A00FF3;
}
</style>
background-color css
<style>
a { background-color: #A00FF3; }
a { background-color: rgb(160,15,243); }
div.DivClassName
{
background-color: #A00FF3;
}
.BgClassName
{
background-color: #A00FF3;
}
</style>
border-color css
<style>
span { border-color: #A00FF3; }
span { border-color: rgb(160,15,243); }
td.TdClassName
{
border-color: #A00FF3;
}
.TagClassName
{
border-color: #A00FF3;
}
</style>