Shades of Electric Purple #A70DF5
Tints of Electric Purple #A70DF5
RGB
CMYK
RGB Variations
Color information
#A70DF5 (or 0xA70DF5) is known color: Electric Purple. HEX triplet: A7, 0D and F5. RGB value is (167,13,245). Sum of RGB (Red+Green+Blue) = 167+13+245=425 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.29% from 425); Green value is 13 (5.47% from 255 or 3.06% from 425); Blue value is 245 (96.09% from 255 or 57.65% from 425); Max value from RGB is 245 - color contains mainly: blue. Hex color #A70DF5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A70DF5 is #58F20A. Grayscale: #545454. Windows color (decimal): -5829131 or 16059815. OLE color: 16059815.
HSL color Cylindrical-coordinate representation of color #A70DF5: hue angle of 279.83º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A70DF5 is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 167 | 13 | 245 | - |
| CMYK | 0.32 | 0.95 | 0 | 0.04 |
| HSL | 279.83º | 0.92% | 0.51% | - |
| HSV(B) | 279.83º | 0.95% | 0.96% | - |
| XYZ | 32.56 | 15.1 | 87.58 | - |
| YUV | 85.49 | 218.02 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 13 | 245 | 0.32 | 0.95 | 0 | 0.04 | 279.83 | 0.92 | 0.51 |
| Hex | A7 | D | F5 | 20 | 5F | 0 | 4 | 118 | 5C | 33 |
| Octal | 247 | 15 | 365 | 40 | 137 | 0 | 4 | 430 | 134 | 63 |
| Binary | 10100111 | 1101 | 11110101 | 100000 | 1011111 | 0 | 100 | 100011000 | 1011100 | 110011 |
Color Harmonies of #A70DF5
Complementary color
Monochromatic Colors of #A70DF5
Black with #A70DF5
Text Example
Text Example
White with #A70DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70DF5; }
p { color: rgb(167,13,245); }
H1.HeaderClassName
{
color: #A70DF5;
}
.AnyTagClassName
{
color: #A70DF5;
}
</style>
background-color css
<style>
a { background-color: #A70DF5; }
a { background-color: rgb(167,13,245); }
div.DivClassName
{
background-color: #A70DF5;
}
.BgClassName
{
background-color: #A70DF5;
}
</style>
border-color css
<style>
span { border-color: #A70DF5; }
span { border-color: rgb(167,13,245); }
td.TdClassName
{
border-color: #A70DF5;
}
.TagClassName
{
border-color: #A70DF5;
}
</style>