Shades of Electric Purple #A00AFC
Tints of Electric Purple #A00AFC
RGB
CMYK
RGB Variations
Color information
#A00AFC (or 0xA00AFC) is known color: Electric Purple. HEX triplet: A0, 0A and FC. RGB value is (160,10,252). Sum of RGB (Red+Green+Blue) = 160+10+252=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 10 (4.30% from 255 or 2.37% from 422); Blue value is 252 (98.83% from 255 or 59.72% from 422); Max value from RGB is 252 - color contains mainly: blue. Hex color #A00AFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00AFC is #5FF503. Grayscale: #515151. Windows color (decimal): -6288644 or 16517792. OLE color: 16517792.
HSL color Cylindrical-coordinate representation of color #A00AFC: hue angle of 277.19º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A00AFC is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 10 | 252 | - |
| CMYK | 0.37 | 0.96 | 0 | 0.01 |
| HSL | 277.19º | 0.98% | 0.51% | - |
| HSV(B) | 277.19º | 0.96% | 0.99% | - |
| XYZ | 32.18 | 14.72 | 93.24 | - |
| YUV | 82.44 | 223.7 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 252 | 0.37 | 0.96 | 0 | 0.01 | 277.19 | 0.98 | 0.51 |
| Hex | A0 | A | FC | 25 | 60 | 0 | 1 | 115 | 62 | 33 |
| Octal | 240 | 12 | 374 | 45 | 140 | 0 | 1 | 425 | 142 | 63 |
| Binary | 10100000 | 1010 | 11111100 | 100101 | 1100000 | 0 | 1 | 100010101 | 1100010 | 110011 |
Color Harmonies of #A00AFC
Complementary color
Monochromatic Colors of #A00AFC
Black with #A00AFC
Text Example
Text Example
White with #A00AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00AFC; }
p { color: rgb(160,10,252); }
H1.HeaderClassName
{
color: #A00AFC;
}
.AnyTagClassName
{
color: #A00AFC;
}
</style>
background-color css
<style>
a { background-color: #A00AFC; }
a { background-color: rgb(160,10,252); }
div.DivClassName
{
background-color: #A00AFC;
}
.BgClassName
{
background-color: #A00AFC;
}
</style>
border-color css
<style>
span { border-color: #A00AFC; }
span { border-color: rgb(160,10,252); }
td.TdClassName
{
border-color: #A00AFC;
}
.TagClassName
{
border-color: #A00AFC;
}
</style>