Shades of Electric Purple #A70DFE
Tints of Electric Purple #A70DFE
RGB
CMYK
RGB Variations
Color information
#A70DFE (or 0xA70DFE) is known color: Electric Purple. HEX triplet: A7, 0D and FE. RGB value is (167,13,254). Sum of RGB (Red+Green+Blue) = 167+13+254=434 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.48% from 434); Green value is 13 (5.47% from 255 or 3.00% from 434); Blue value is 254 (99.61% from 255 or 58.53% from 434); Max value from RGB is 254 - color contains mainly: blue. Hex color #A70DFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A70DFE is #58F201. Grayscale: #555555. Windows color (decimal): -5829122 or 16649639. OLE color: 16649639.
HSL color Cylindrical-coordinate representation of color #A70DFE: hue angle of 278.34º 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 #A70DFE is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 167 | 13 | 254 | - |
| CMYK | 0.34 | 0.95 | 0 | 0.00 |
| HSL | 278.34º | 0.99% | 0.52% | - |
| HSV(B) | 278.34º | 0.95% | 1% | - |
| XYZ | 33.97 | 15.66 | 95 | - |
| YUV | 86.52 | 222.52 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 13 | 254 | 0.34 | 0.95 | 0 | 0.00 | 278.34 | 0.99 | 0.52 |
| Hex | A7 | D | FE | 22 | 5F | 0 | 0 | 116 | 63 | 34 |
| Octal | 247 | 15 | 376 | 42 | 137 | 0 | 0 | 426 | 143 | 64 |
| Binary | 10100111 | 1101 | 11111110 | 100010 | 1011111 | 0 | 0 | 100010110 | 1100011 | 110100 |
Color Harmonies of #A70DFE
Complementary color
Monochromatic Colors of #A70DFE
Black with #A70DFE
Text Example
Text Example
White with #A70DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70DFE; }
p { color: rgb(167,13,254); }
H1.HeaderClassName
{
color: #A70DFE;
}
.AnyTagClassName
{
color: #A70DFE;
}
</style>
background-color css
<style>
a { background-color: #A70DFE; }
a { background-color: rgb(167,13,254); }
div.DivClassName
{
background-color: #A70DFE;
}
.BgClassName
{
background-color: #A70DFE;
}
</style>
border-color css
<style>
span { border-color: #A70DFE; }
span { border-color: rgb(167,13,254); }
td.TdClassName
{
border-color: #A70DFE;
}
.TagClassName
{
border-color: #A70DFE;
}
</style>