Shades of Electric Purple #A700F8
Tints of Electric Purple #A700F8
RGB
CMYK
RGB Variations
Color information
#A700F8 (or 0xA700F8) is known color: Electric Purple. HEX triplet: A7, 00 and F8. RGB value is (167,0,248). Sum of RGB (Red+Green+Blue) = 167+0+248=415 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.24% from 415); Green value is 0 (0.39% from 255 or 0% from 415); Blue value is 248 (97.27% from 255 or 59.76% from 415); Max value from RGB is 248 - color contains mainly: blue. Hex color #A700F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A700F8 is #58FF07. Grayscale: #4D4D4D. Windows color (decimal): -5832456 or 16253095. OLE color: 16253095.
HSL color Cylindrical-coordinate representation of color #A700F8: hue angle of 280.4º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A700F8 is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 167 | 0 | 248 | - |
| CMYK | 0.33 | 1 | 0 | 0.03 |
| HSL | 280.4º | 1% | 0.49% | - |
| HSV(B) | 280.4º | 1% | 0.97% | - |
| XYZ | 32.88 | 14.99 | 89.97 | - |
| YUV | 78.21 | 223.83 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 0 | 248 | 0.33 | 1 | 0 | 0.03 | 280.4 | 1 | 0.49 |
| Hex | A7 | 0 | F8 | 21 | 64 | 0 | 3 | 118 | 64 | 31 |
| Octal | 247 | 0 | 370 | 41 | 144 | 0 | 3 | 430 | 144 | 61 |
| Binary | 10100111 | 0 | 11111000 | 100001 | 1100100 | 0 | 11 | 100011000 | 1100100 | 110001 |
Color Harmonies of #A700F8
Complementary color
Monochromatic Colors of #A700F8
Black with #A700F8
Text Example
Text Example
White with #A700F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A700F8; }
p { color: rgb(167,0,248); }
H1.HeaderClassName
{
color: #A700F8;
}
.AnyTagClassName
{
color: #A700F8;
}
</style>
background-color css
<style>
a { background-color: #A700F8; }
a { background-color: rgb(167,0,248); }
div.DivClassName
{
background-color: #A700F8;
}
.BgClassName
{
background-color: #A700F8;
}
</style>
border-color css
<style>
span { border-color: #A700F8; }
span { border-color: rgb(167,0,248); }
td.TdClassName
{
border-color: #A700F8;
}
.TagClassName
{
border-color: #A700F8;
}
</style>