Shades of Electric Purple #A00CFC
Tints of Electric Purple #A00CFC
RGB
CMYK
RGB Variations
Color information
#A00CFC (or 0xA00CFC) is known color: Electric Purple. HEX triplet: A0, 0C and FC. RGB value is (160,12,252). Sum of RGB (Red+Green+Blue) = 160+12+252=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 12 (5.08% from 255 or 2.83% from 424); Blue value is 252 (98.83% from 255 or 59.43% from 424); Max value from RGB is 252 - color contains mainly: blue. Hex color #A00CFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00CFC is #5FF303. Grayscale: #525252. Windows color (decimal): -6288132 or 16518304. OLE color: 16518304.
HSL color Cylindrical-coordinate representation of color #A00CFC: hue angle of 277º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A00CFC is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 12 | 252 | - |
| CMYK | 0.37 | 0.95 | 0 | 0.01 |
| HSL | 277º | 0.98% | 0.52% | - |
| HSV(B) | 277º | 0.95% | 0.99% | - |
| XYZ | 32.2 | 14.76 | 93.25 | - |
| YUV | 83.61 | 223.03 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 12 | 252 | 0.37 | 0.95 | 0 | 0.01 | 277 | 0.98 | 0.52 |
| Hex | A0 | C | FC | 25 | 5F | 0 | 1 | 115 | 62 | 34 |
| Octal | 240 | 14 | 374 | 45 | 137 | 0 | 1 | 425 | 142 | 64 |
| Binary | 10100000 | 1100 | 11111100 | 100101 | 1011111 | 0 | 1 | 100010101 | 1100010 | 110100 |
Color Harmonies of #A00CFC
Complementary color
Monochromatic Colors of #A00CFC
Black with #A00CFC
Text Example
Text Example
White with #A00CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00CFC; }
p { color: rgb(160,12,252); }
H1.HeaderClassName
{
color: #A00CFC;
}
.AnyTagClassName
{
color: #A00CFC;
}
</style>
background-color css
<style>
a { background-color: #A00CFC; }
a { background-color: rgb(160,12,252); }
div.DivClassName
{
background-color: #A00CFC;
}
.BgClassName
{
background-color: #A00CFC;
}
</style>
border-color css
<style>
span { border-color: #A00CFC; }
span { border-color: rgb(160,12,252); }
td.TdClassName
{
border-color: #A00CFC;
}
.TagClassName
{
border-color: #A00CFC;
}
</style>