Shades of Electric Purple #A00AFF
Tints of Electric Purple #A00AFF
RGB
CMYK
RGB Variations
Color information
#A00AFF (or 0xA00AFF) is known color: Electric Purple. HEX triplet: A0, 0A and FF. RGB value is (160,10,255). Sum of RGB (Red+Green+Blue) = 160+10+255=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 10 (4.30% from 255 or 2.35% from 425); Blue value is 255 (100% from 255 or 60% from 425); Max value from RGB is 255 - color contains mainly: blue. Hex color #A00AFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00AFF is #5FF500. Grayscale: #515151. Windows color (decimal): -6288641 or 16714400. OLE color: 16714400.
HSL color Cylindrical-coordinate representation of color #A00AFF: hue angle of 276.73º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A00AFF is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 10 | 255 | - |
| CMYK | 0.37 | 0.96 | 0 | 0 |
| HSL | 276.73º | 1% | 0.52% | - |
| HSV(B) | 276.73º | 0.96% | 1% | - |
| XYZ | 32.66 | 14.91 | 95.76 | - |
| YUV | 82.78 | 225.2 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 255 | 0.37 | 0.96 | 0 | 0 | 276.73 | 1 | 0.52 |
| Hex | A0 | A | FF | 25 | 60 | 0 | 0 | 115 | 64 | 34 |
| Octal | 240 | 12 | 377 | 45 | 140 | 0 | 0 | 425 | 144 | 64 |
| Binary | 10100000 | 1010 | 11111111 | 100101 | 1100000 | 0 | 0 | 100010101 | 1100100 | 110100 |
Color Harmonies of #A00AFF
Complementary color
Monochromatic Colors of #A00AFF
Black with #A00AFF
Text Example
Text Example
White with #A00AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00AFF; }
p { color: rgb(160,10,255); }
H1.HeaderClassName
{
color: #A00AFF;
}
.AnyTagClassName
{
color: #A00AFF;
}
</style>
background-color css
<style>
a { background-color: #A00AFF; }
a { background-color: rgb(160,10,255); }
div.DivClassName
{
background-color: #A00AFF;
}
.BgClassName
{
background-color: #A00AFF;
}
</style>
border-color css
<style>
span { border-color: #A00AFF; }
span { border-color: rgb(160,10,255); }
td.TdClassName
{
border-color: #A00AFF;
}
.TagClassName
{
border-color: #A00AFF;
}
</style>