Shades of Electric Purple #A00FF4
Tints of Electric Purple #A00FF4
RGB
CMYK
RGB Variations
Color information
#A00FF4 (or 0xA00FF4) is known color: Electric Purple. HEX triplet: A0, 0F and F4. RGB value is (160,15,244). Sum of RGB (Red+Green+Blue) = 160+15+244=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 15 (6.25% from 255 or 3.58% from 419); Blue value is 244 (95.70% from 255 or 58.23% from 419); Max value from RGB is 244 - color contains mainly: blue. Hex color #A00FF4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00FF4 is #5FF00B. Grayscale: #535353. Windows color (decimal): -6287372 or 15994784. OLE color: 15994784.
HSL color Cylindrical-coordinate representation of color #A00FF4: hue angle of 277.99º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00FF4 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 15 | 244 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.04 |
| HSL | 277.99º | 0.91% | 0.51% | - |
| HSV(B) | 277.99º | 0.94% | 0.96% | - |
| XYZ | 31 | 14.35 | 86.72 | - |
| YUV | 84.46 | 218.04 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 15 | 244 | 0.34 | 0.94 | 0 | 0.04 | 277.99 | 0.91 | 0.51 |
| Hex | A0 | F | F4 | 22 | 5E | 0 | 4 | 116 | 5B | 33 |
| Octal | 240 | 17 | 364 | 42 | 136 | 0 | 4 | 426 | 133 | 63 |
| Binary | 10100000 | 1111 | 11110100 | 100010 | 1011110 | 0 | 100 | 100010110 | 1011011 | 110011 |
Color Harmonies of #A00FF4
Complementary color
Monochromatic Colors of #A00FF4
Black with #A00FF4
Text Example
Text Example
White with #A00FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00FF4; }
p { color: rgb(160,15,244); }
H1.HeaderClassName
{
color: #A00FF4;
}
.AnyTagClassName
{
color: #A00FF4;
}
</style>
background-color css
<style>
a { background-color: #A00FF4; }
a { background-color: rgb(160,15,244); }
div.DivClassName
{
background-color: #A00FF4;
}
.BgClassName
{
background-color: #A00FF4;
}
</style>
border-color css
<style>
span { border-color: #A00FF4; }
span { border-color: rgb(160,15,244); }
td.TdClassName
{
border-color: #A00FF4;
}
.TagClassName
{
border-color: #A00FF4;
}
</style>