Shades of Electric Purple #A00CFF
Tints of Electric Purple #A00CFF
RGB
CMYK
RGB Variations
Color information
#A00CFF (or 0xA00CFF) is known color: Electric Purple. HEX triplet: A0, 0C and FF. RGB value is (160,12,255). Sum of RGB (Red+Green+Blue) = 160+12+255=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 12 (5.08% from 255 or 2.81% from 427); Blue value is 255 (100% from 255 or 59.72% from 427); Max value from RGB is 255 - color contains mainly: blue. Hex color #A00CFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00CFF is #5FF300. Grayscale: #535353. Windows color (decimal): -6288129 or 16714912. OLE color: 16714912.
HSL color Cylindrical-coordinate representation of color #A00CFF: hue angle of 276.54º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A00CFF is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 12 | 255 | - |
| CMYK | 0.37 | 0.95 | 0 | 0 |
| HSL | 276.54º | 1% | 0.52% | - |
| HSV(B) | 276.54º | 0.95% | 1% | - |
| XYZ | 32.68 | 14.96 | 95.77 | - |
| YUV | 83.95 | 224.53 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 12 | 255 | 0.37 | 0.95 | 0 | 0 | 276.54 | 1 | 0.52 |
| Hex | A0 | C | FF | 25 | 5F | 0 | 0 | 115 | 64 | 34 |
| Octal | 240 | 14 | 377 | 45 | 137 | 0 | 0 | 425 | 144 | 64 |
| Binary | 10100000 | 1100 | 11111111 | 100101 | 1011111 | 0 | 0 | 100010101 | 1100100 | 110100 |
Color Harmonies of #A00CFF
Complementary color
Monochromatic Colors of #A00CFF
Black with #A00CFF
Text Example
Text Example
White with #A00CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00CFF; }
p { color: rgb(160,12,255); }
H1.HeaderClassName
{
color: #A00CFF;
}
.AnyTagClassName
{
color: #A00CFF;
}
</style>
background-color css
<style>
a { background-color: #A00CFF; }
a { background-color: rgb(160,12,255); }
div.DivClassName
{
background-color: #A00CFF;
}
.BgClassName
{
background-color: #A00CFF;
}
</style>
border-color css
<style>
span { border-color: #A00CFF; }
span { border-color: rgb(160,12,255); }
td.TdClassName
{
border-color: #A00CFF;
}
.TagClassName
{
border-color: #A00CFF;
}
</style>