Shades of Electric Purple #A70CFC
Tints of Electric Purple #A70CFC
RGB
CMYK
RGB Variations
Color information
#A70CFC (or 0xA70CFC) is known color: Electric Purple. HEX triplet: A7, 0C and FC. RGB value is (167,12,252). Sum of RGB (Red+Green+Blue) = 167+12+252=431 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.75% from 431); Green value is 12 (5.08% from 255 or 2.78% from 431); Blue value is 252 (98.83% from 255 or 58.47% from 431); Max value from RGB is 252 - color contains mainly: blue. Hex color #A70CFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A70CFC is #58F303. Grayscale: #545454. Windows color (decimal): -5829380 or 16518311. OLE color: 16518311.
HSL color Cylindrical-coordinate representation of color #A70CFC: hue angle of 278.75º 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 #A70CFC is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 167 | 12 | 252 | - |
| CMYK | 0.34 | 0.95 | 0 | 0.01 |
| HSL | 278.75º | 0.98% | 0.52% | - |
| HSV(B) | 278.75º | 0.95% | 0.99% | - |
| XYZ | 33.64 | 15.51 | 93.32 | - |
| YUV | 85.71 | 221.85 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 12 | 252 | 0.34 | 0.95 | 0 | 0.01 | 278.75 | 0.98 | 0.52 |
| Hex | A7 | C | FC | 22 | 5F | 0 | 1 | 117 | 62 | 34 |
| Octal | 247 | 14 | 374 | 42 | 137 | 0 | 1 | 427 | 142 | 64 |
| Binary | 10100111 | 1100 | 11111100 | 100010 | 1011111 | 0 | 1 | 100010111 | 1100010 | 110100 |
Color Harmonies of #A70CFC
Complementary color
Monochromatic Colors of #A70CFC
Black with #A70CFC
Text Example
Text Example
White with #A70CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70CFC; }
p { color: rgb(167,12,252); }
H1.HeaderClassName
{
color: #A70CFC;
}
.AnyTagClassName
{
color: #A70CFC;
}
</style>
background-color css
<style>
a { background-color: #A70CFC; }
a { background-color: rgb(167,12,252); }
div.DivClassName
{
background-color: #A70CFC;
}
.BgClassName
{
background-color: #A70CFC;
}
</style>
border-color css
<style>
span { border-color: #A70CFC; }
span { border-color: rgb(167,12,252); }
td.TdClassName
{
border-color: #A70CFC;
}
.TagClassName
{
border-color: #A70CFC;
}
</style>