Shades of Electric Purple #A70FFC
Tints of Electric Purple #A70FFC
RGB
CMYK
RGB Variations
Color information
#A70FFC (or 0xA70FFC) is known color: Electric Purple. HEX triplet: A7, 0F and FC. RGB value is (167,15,252). Sum of RGB (Red+Green+Blue) = 167+15+252=434 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.48% from 434); Green value is 15 (6.25% from 255 or 3.46% from 434); Blue value is 252 (98.83% from 255 or 58.06% from 434); Max value from RGB is 252 - color contains mainly: blue. Hex color #A70FFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A70FFC is #58F003. Grayscale: #565656. Windows color (decimal): -5828612 or 16519079. OLE color: 16519079.
HSL color Cylindrical-coordinate representation of color #A70FFC: hue angle of 278.48º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A70FFC is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 167 | 15 | 252 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.01 |
| HSL | 278.48º | 0.98% | 0.52% | - |
| HSV(B) | 278.48º | 0.94% | 0.99% | - |
| XYZ | 33.68 | 15.59 | 93.33 | - |
| YUV | 87.47 | 220.86 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 15 | 252 | 0.34 | 0.94 | 0 | 0.01 | 278.48 | 0.98 | 0.52 |
| Hex | A7 | F | FC | 22 | 5E | 0 | 1 | 116 | 62 | 34 |
| Octal | 247 | 17 | 374 | 42 | 136 | 0 | 1 | 426 | 142 | 64 |
| Binary | 10100111 | 1111 | 11111100 | 100010 | 1011110 | 0 | 1 | 100010110 | 1100010 | 110100 |
Color Harmonies of #A70FFC
Complementary color
Monochromatic Colors of #A70FFC
Black with #A70FFC
Text Example
Text Example
White with #A70FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70FFC; }
p { color: rgb(167,15,252); }
H1.HeaderClassName
{
color: #A70FFC;
}
.AnyTagClassName
{
color: #A70FFC;
}
</style>
background-color css
<style>
a { background-color: #A70FFC; }
a { background-color: rgb(167,15,252); }
div.DivClassName
{
background-color: #A70FFC;
}
.BgClassName
{
background-color: #A70FFC;
}
</style>
border-color css
<style>
span { border-color: #A70FFC; }
span { border-color: rgb(167,15,252); }
td.TdClassName
{
border-color: #A70FFC;
}
.TagClassName
{
border-color: #A70FFC;
}
</style>