Shades of Electric Purple #A00AF3
Tints of Electric Purple #A00AF3
RGB
CMYK
RGB Variations
Color information
#A00AF3 (or 0xA00AF3) is known color: Electric Purple. HEX triplet: A0, 0A and F3. RGB value is (160,10,243). Sum of RGB (Red+Green+Blue) = 160+10+243=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 10 (4.30% from 255 or 2.42% from 413); Blue value is 243 (95.31% from 255 or 58.84% from 413); Max value from RGB is 243 - color contains mainly: blue. Hex color #A00AF3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00AF3 is #5FF50C. Grayscale: #505050. Windows color (decimal): -6288653 or 15927968. OLE color: 15927968.
HSL color Cylindrical-coordinate representation of color #A00AF3: hue angle of 278.63º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A00AF3 is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 10 | 243 | - |
| CMYK | 0.34 | 0.96 | 0 | 0.05 |
| HSL | 278.63º | 0.92% | 0.5% | - |
| HSV(B) | 278.63º | 0.96% | 0.95% | - |
| XYZ | 30.78 | 14.16 | 85.91 | - |
| YUV | 81.41 | 219.2 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 243 | 0.34 | 0.96 | 0 | 0.05 | 278.63 | 0.92 | 0.5 |
| Hex | A0 | A | F3 | 22 | 60 | 0 | 5 | 117 | 5C | 32 |
| Octal | 240 | 12 | 363 | 42 | 140 | 0 | 5 | 427 | 134 | 62 |
| Binary | 10100000 | 1010 | 11110011 | 100010 | 1100000 | 0 | 101 | 100010111 | 1011100 | 110010 |
Color Harmonies of #A00AF3
Complementary color
Monochromatic Colors of #A00AF3
Black with #A00AF3
Text Example
Text Example
White with #A00AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00AF3; }
p { color: rgb(160,10,243); }
H1.HeaderClassName
{
color: #A00AF3;
}
.AnyTagClassName
{
color: #A00AF3;
}
</style>
background-color css
<style>
a { background-color: #A00AF3; }
a { background-color: rgb(160,10,243); }
div.DivClassName
{
background-color: #A00AF3;
}
.BgClassName
{
background-color: #A00AF3;
}
</style>
border-color css
<style>
span { border-color: #A00AF3; }
span { border-color: rgb(160,10,243); }
td.TdClassName
{
border-color: #A00AF3;
}
.TagClassName
{
border-color: #A00AF3;
}
</style>