Shades of Electric Purple #A70CF1
Tints of Electric Purple #A70CF1
RGB
CMYK
RGB Variations
Color information
#A70CF1 (or 0xA70CF1) is known color: Electric Purple. HEX triplet: A7, 0C and F1. RGB value is (167,12,241). Sum of RGB (Red+Green+Blue) = 167+12+241=420 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.76% from 420); Green value is 12 (5.08% from 255 or 2.86% from 420); Blue value is 241 (94.53% from 255 or 57.38% from 420); Max value from RGB is 241 - color contains mainly: blue. Hex color #A70CF1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A70CF1 is #58F30E. Grayscale: #535353. Windows color (decimal): -5829391 or 15797415. OLE color: 15797415.
HSL color Cylindrical-coordinate representation of color #A70CF1: hue angle of 280.61º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A70CF1 is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 167 | 12 | 241 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.05 |
| HSL | 280.61º | 0.91% | 0.5% | - |
| HSV(B) | 280.61º | 0.95% | 0.95% | - |
| XYZ | 31.95 | 14.83 | 84.4 | - |
| YUV | 84.45 | 216.35 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 12 | 241 | 0.31 | 0.95 | 0 | 0.05 | 280.61 | 0.91 | 0.5 |
| Hex | A7 | C | F1 | 1F | 5F | 0 | 5 | 119 | 5B | 32 |
| Octal | 247 | 14 | 361 | 37 | 137 | 0 | 5 | 431 | 133 | 62 |
| Binary | 10100111 | 1100 | 11110001 | 11111 | 1011111 | 0 | 101 | 100011001 | 1011011 | 110010 |
Color Harmonies of #A70CF1
Complementary color
Monochromatic Colors of #A70CF1
Black with #A70CF1
Text Example
Text Example
White with #A70CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70CF1; }
p { color: rgb(167,12,241); }
H1.HeaderClassName
{
color: #A70CF1;
}
.AnyTagClassName
{
color: #A70CF1;
}
</style>
background-color css
<style>
a { background-color: #A70CF1; }
a { background-color: rgb(167,12,241); }
div.DivClassName
{
background-color: #A70CF1;
}
.BgClassName
{
background-color: #A70CF1;
}
</style>
border-color css
<style>
span { border-color: #A70CF1; }
span { border-color: rgb(167,12,241); }
td.TdClassName
{
border-color: #A70CF1;
}
.TagClassName
{
border-color: #A70CF1;
}
</style>