Shades of Electric Purple #A70CFE
Tints of Electric Purple #A70CFE
RGB
CMYK
RGB Variations
Color information
#A70CFE (or 0xA70CFE) is known color: Electric Purple. HEX triplet: A7, 0C and FE. RGB value is (167,12,254). Sum of RGB (Red+Green+Blue) = 167+12+254=433 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.57% from 433); Green value is 12 (5.08% from 255 or 2.77% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #A70CFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A70CFE is #58F301. Grayscale: #555555. Windows color (decimal): -5829378 or 16649383. OLE color: 16649383.
HSL color Cylindrical-coordinate representation of color #A70CFE: hue angle of 278.43º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A70CFE is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 167 | 12 | 254 | - |
| CMYK | 0.34 | 0.95 | 0 | 0.00 |
| HSL | 278.43º | 0.99% | 0.52% | - |
| HSV(B) | 278.43º | 0.95% | 1% | - |
| XYZ | 33.96 | 15.63 | 94.99 | - |
| YUV | 85.93 | 222.85 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 12 | 254 | 0.34 | 0.95 | 0 | 0.00 | 278.43 | 0.99 | 0.52 |
| Hex | A7 | C | FE | 22 | 5F | 0 | 0 | 116 | 63 | 34 |
| Octal | 247 | 14 | 376 | 42 | 137 | 0 | 0 | 426 | 143 | 64 |
| Binary | 10100111 | 1100 | 11111110 | 100010 | 1011111 | 0 | 0 | 100010110 | 1100011 | 110100 |
Color Harmonies of #A70CFE
Complementary color
Monochromatic Colors of #A70CFE
Black with #A70CFE
Text Example
Text Example
White with #A70CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70CFE; }
p { color: rgb(167,12,254); }
H1.HeaderClassName
{
color: #A70CFE;
}
.AnyTagClassName
{
color: #A70CFE;
}
</style>
background-color css
<style>
a { background-color: #A70CFE; }
a { background-color: rgb(167,12,254); }
div.DivClassName
{
background-color: #A70CFE;
}
.BgClassName
{
background-color: #A70CFE;
}
</style>
border-color css
<style>
span { border-color: #A70CFE; }
span { border-color: rgb(167,12,254); }
td.TdClassName
{
border-color: #A70CFE;
}
.TagClassName
{
border-color: #A70CFE;
}
</style>