Shades of Electric Purple #A700F9
Tints of Electric Purple #A700F9
RGB
CMYK
RGB Variations
Color information
#A700F9 (or 0xA700F9) is known color: Electric Purple. HEX triplet: A7, 00 and F9. RGB value is (167,0,249). Sum of RGB (Red+Green+Blue) = 167+0+249=416 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.14% from 416); Green value is 0 (0.39% from 255 or 0% from 416); Blue value is 249 (97.66% from 255 or 59.86% from 416); Max value from RGB is 249 - color contains mainly: blue. Hex color #A700F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A700F9 is #58FF06. Grayscale: #4D4D4D. Windows color (decimal): -5832455 or 16318631. OLE color: 16318631.
HSL color Cylindrical-coordinate representation of color #A700F9: hue angle of 280.24º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A700F9 is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 0 | 249 | - |
| CMYK | 0.33 | 1 | 0 | 0.02 |
| HSL | 280.24º | 1% | 0.49% | - |
| HSV(B) | 280.24º | 1% | 0.98% | - |
| XYZ | 33.04 | 15.06 | 90.79 | - |
| YUV | 78.32 | 224.33 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 0 | 249 | 0.33 | 1 | 0 | 0.02 | 280.24 | 1 | 0.49 |
| Hex | A7 | 0 | F9 | 21 | 64 | 0 | 2 | 118 | 64 | 31 |
| Octal | 247 | 0 | 371 | 41 | 144 | 0 | 2 | 430 | 144 | 61 |
| Binary | 10100111 | 0 | 11111001 | 100001 | 1100100 | 0 | 10 | 100011000 | 1100100 | 110001 |
Color Harmonies of #A700F9
Complementary color
Monochromatic Colors of #A700F9
Black with #A700F9
Text Example
Text Example
White with #A700F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A700F9; }
p { color: rgb(167,0,249); }
H1.HeaderClassName
{
color: #A700F9;
}
.AnyTagClassName
{
color: #A700F9;
}
</style>
background-color css
<style>
a { background-color: #A700F9; }
a { background-color: rgb(167,0,249); }
div.DivClassName
{
background-color: #A700F9;
}
.BgClassName
{
background-color: #A700F9;
}
</style>
border-color css
<style>
span { border-color: #A700F9; }
span { border-color: rgb(167,0,249); }
td.TdClassName
{
border-color: #A700F9;
}
.TagClassName
{
border-color: #A700F9;
}
</style>