Shades of Electric Purple #A70FF8
Tints of Electric Purple #A70FF8
RGB
CMYK
RGB Variations
Color information
#A70FF8 (or 0xA70FF8) is known color: Electric Purple. HEX triplet: A7, 0F and F8. RGB value is (167,15,248). Sum of RGB (Red+Green+Blue) = 167+15+248=430 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.84% from 430); Green value is 15 (6.25% from 255 or 3.49% from 430); Blue value is 248 (97.27% from 255 or 57.67% from 430); Max value from RGB is 248 - color contains mainly: blue. Hex color #A70FF8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A70FF8 is #58F007. Grayscale: #565656. Windows color (decimal): -5828616 or 16256935. OLE color: 16256935.
HSL color Cylindrical-coordinate representation of color #A70FF8: hue angle of 279.14º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A70FF8 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 167 | 15 | 248 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.03 |
| HSL | 279.14º | 0.94% | 0.52% | - |
| HSV(B) | 279.14º | 0.94% | 0.97% | - |
| XYZ | 33.05 | 15.33 | 90.02 | - |
| YUV | 87.01 | 218.86 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 15 | 248 | 0.33 | 0.94 | 0 | 0.03 | 279.14 | 0.94 | 0.52 |
| Hex | A7 | F | F8 | 21 | 5E | 0 | 3 | 117 | 5E | 34 |
| Octal | 247 | 17 | 370 | 41 | 136 | 0 | 3 | 427 | 136 | 64 |
| Binary | 10100111 | 1111 | 11111000 | 100001 | 1011110 | 0 | 11 | 100010111 | 1011110 | 110100 |
Color Harmonies of #A70FF8
Complementary color
Monochromatic Colors of #A70FF8
Black with #A70FF8
Text Example
Text Example
White with #A70FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70FF8; }
p { color: rgb(167,15,248); }
H1.HeaderClassName
{
color: #A70FF8;
}
.AnyTagClassName
{
color: #A70FF8;
}
</style>
background-color css
<style>
a { background-color: #A70FF8; }
a { background-color: rgb(167,15,248); }
div.DivClassName
{
background-color: #A70FF8;
}
.BgClassName
{
background-color: #A70FF8;
}
</style>
border-color css
<style>
span { border-color: #A70FF8; }
span { border-color: rgb(167,15,248); }
td.TdClassName
{
border-color: #A70FF8;
}
.TagClassName
{
border-color: #A70FF8;
}
</style>