Shades of Electric Purple #A00CFD
Tints of Electric Purple #A00CFD
RGB
CMYK
RGB Variations
Color information
#A00CFD (or 0xA00CFD) is known color: Electric Purple. HEX triplet: A0, 0C and FD. RGB value is (160,12,253). Sum of RGB (Red+Green+Blue) = 160+12+253=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 12 (5.08% from 255 or 2.82% from 425); Blue value is 253 (99.22% from 255 or 59.53% from 425); Max value from RGB is 253 - color contains mainly: blue. Hex color #A00CFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00CFD is #5FF302. Grayscale: #525252. Windows color (decimal): -6288131 or 16583840. OLE color: 16583840.
HSL color Cylindrical-coordinate representation of color #A00CFD: hue angle of 276.85º 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 #A00CFD is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 12 | 253 | - |
| CMYK | 0.37 | 0.95 | 0 | 0.01 |
| HSL | 276.85º | 0.98% | 0.52% | - |
| HSV(B) | 276.85º | 0.95% | 0.99% | - |
| XYZ | 32.36 | 14.83 | 94.09 | - |
| YUV | 83.73 | 223.53 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 12 | 253 | 0.37 | 0.95 | 0 | 0.01 | 276.85 | 0.98 | 0.52 |
| Hex | A0 | C | FD | 25 | 5F | 0 | 1 | 115 | 62 | 34 |
| Octal | 240 | 14 | 375 | 45 | 137 | 0 | 1 | 425 | 142 | 64 |
| Binary | 10100000 | 1100 | 11111101 | 100101 | 1011111 | 0 | 1 | 100010101 | 1100010 | 110100 |
Color Harmonies of #A00CFD
Complementary color
Monochromatic Colors of #A00CFD
Black with #A00CFD
Text Example
Text Example
White with #A00CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00CFD; }
p { color: rgb(160,12,253); }
H1.HeaderClassName
{
color: #A00CFD;
}
.AnyTagClassName
{
color: #A00CFD;
}
</style>
background-color css
<style>
a { background-color: #A00CFD; }
a { background-color: rgb(160,12,253); }
div.DivClassName
{
background-color: #A00CFD;
}
.BgClassName
{
background-color: #A00CFD;
}
</style>
border-color css
<style>
span { border-color: #A00CFD; }
span { border-color: rgb(160,12,253); }
td.TdClassName
{
border-color: #A00CFD;
}
.TagClassName
{
border-color: #A00CFD;
}
</style>