Shades of Electric Purple #A00AF7
Tints of Electric Purple #A00AF7
RGB
CMYK
RGB Variations
Color information
#A00AF7 (or 0xA00AF7) is known color: Electric Purple. HEX triplet: A0, 0A and F7. RGB value is (160,10,247). Sum of RGB (Red+Green+Blue) = 160+10+247=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 10 (4.30% from 255 or 2.40% from 417); Blue value is 247 (96.88% from 255 or 59.23% from 417); Max value from RGB is 247 - color contains mainly: blue. Hex color #A00AF7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00AF7 is #5FF508. Grayscale: #515151. Windows color (decimal): -6288649 or 16190112. OLE color: 16190112.
HSL color Cylindrical-coordinate representation of color #A00AF7: hue angle of 277.97º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A00AF7 is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 10 | 247 | - |
| CMYK | 0.35 | 0.96 | 0 | 0.03 |
| HSL | 277.97º | 0.94% | 0.5% | - |
| HSV(B) | 277.97º | 0.96% | 0.97% | - |
| XYZ | 31.39 | 14.41 | 89.12 | - |
| YUV | 81.87 | 221.2 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 247 | 0.35 | 0.96 | 0 | 0.03 | 277.97 | 0.94 | 0.5 |
| Hex | A0 | A | F7 | 23 | 60 | 0 | 3 | 116 | 5E | 32 |
| Octal | 240 | 12 | 367 | 43 | 140 | 0 | 3 | 426 | 136 | 62 |
| Binary | 10100000 | 1010 | 11110111 | 100011 | 1100000 | 0 | 11 | 100010110 | 1011110 | 110010 |
Color Harmonies of #A00AF7
Complementary color
Monochromatic Colors of #A00AF7
Black with #A00AF7
Text Example
Text Example
White with #A00AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00AF7; }
p { color: rgb(160,10,247); }
H1.HeaderClassName
{
color: #A00AF7;
}
.AnyTagClassName
{
color: #A00AF7;
}
</style>
background-color css
<style>
a { background-color: #A00AF7; }
a { background-color: rgb(160,10,247); }
div.DivClassName
{
background-color: #A00AF7;
}
.BgClassName
{
background-color: #A00AF7;
}
</style>
border-color css
<style>
span { border-color: #A00AF7; }
span { border-color: rgb(160,10,247); }
td.TdClassName
{
border-color: #A00AF7;
}
.TagClassName
{
border-color: #A00AF7;
}
</style>