Shades of Electric Purple #A00CFB
Tints of Electric Purple #A00CFB
RGB
CMYK
RGB Variations
Color information
#A00CFB (or 0xA00CFB) is known color: Electric Purple. HEX triplet: A0, 0C and FB. RGB value is (160,12,251). Sum of RGB (Red+Green+Blue) = 160+12+251=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 12 (5.08% from 255 or 2.84% from 423); Blue value is 251 (98.44% from 255 or 59.34% from 423); Max value from RGB is 251 - color contains mainly: blue. Hex color #A00CFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00CFB is #5FF304. Grayscale: #525252. Windows color (decimal): -6288133 or 16452768. OLE color: 16452768.
HSL color Cylindrical-coordinate representation of color #A00CFB: hue angle of 277.15º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A00CFB is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 12 | 251 | - |
| CMYK | 0.36 | 0.95 | 0 | 0.02 |
| HSL | 277.15º | 0.97% | 0.52% | - |
| HSV(B) | 277.15º | 0.95% | 0.98% | - |
| XYZ | 32.04 | 14.7 | 92.42 | - |
| YUV | 83.5 | 222.53 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 12 | 251 | 0.36 | 0.95 | 0 | 0.02 | 277.15 | 0.97 | 0.52 |
| Hex | A0 | C | FB | 24 | 5F | 0 | 2 | 115 | 61 | 34 |
| Octal | 240 | 14 | 373 | 44 | 137 | 0 | 2 | 425 | 141 | 64 |
| Binary | 10100000 | 1100 | 11111011 | 100100 | 1011111 | 0 | 10 | 100010101 | 1100001 | 110100 |
Color Harmonies of #A00CFB
Complementary color
Monochromatic Colors of #A00CFB
Black with #A00CFB
Text Example
Text Example
White with #A00CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00CFB; }
p { color: rgb(160,12,251); }
H1.HeaderClassName
{
color: #A00CFB;
}
.AnyTagClassName
{
color: #A00CFB;
}
</style>
background-color css
<style>
a { background-color: #A00CFB; }
a { background-color: rgb(160,12,251); }
div.DivClassName
{
background-color: #A00CFB;
}
.BgClassName
{
background-color: #A00CFB;
}
</style>
border-color css
<style>
span { border-color: #A00CFB; }
span { border-color: rgb(160,12,251); }
td.TdClassName
{
border-color: #A00CFB;
}
.TagClassName
{
border-color: #A00CFB;
}
</style>