Shades of Electric Purple #A700FD
Tints of Electric Purple #A700FD
RGB
CMYK
RGB Variations
Color information
#A700FD (or 0xA700FD) is known color: Electric Purple. HEX triplet: A7, 00 and FD. RGB value is (167,0,253). Sum of RGB (Red+Green+Blue) = 167+0+253=420 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.76% from 420); Green value is 0 (0.39% from 255 or 0% from 420); Blue value is 253 (99.22% from 255 or 60.24% from 420); Max value from RGB is 253 - color contains mainly: blue. Hex color #A700FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A700FD is #58FF02. Grayscale: #4D4D4D. Windows color (decimal): -5832451 or 16580775. OLE color: 16580775.
HSL color Cylindrical-coordinate representation of color #A700FD: hue angle of 279.6º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A700FD is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 167 | 0 | 253 | - |
| CMYK | 0.34 | 1 | 0 | 0.01 |
| HSL | 279.6º | 1% | 0.5% | - |
| HSV(B) | 279.6º | 1% | 0.99% | - |
| XYZ | 33.67 | 15.31 | 94.11 | - |
| YUV | 78.78 | 226.33 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 0 | 253 | 0.34 | 1 | 0 | 0.01 | 279.6 | 1 | 0.5 |
| Hex | A7 | 0 | FD | 22 | 64 | 0 | 1 | 118 | 64 | 32 |
| Octal | 247 | 0 | 375 | 42 | 144 | 0 | 1 | 430 | 144 | 62 |
| Binary | 10100111 | 0 | 11111101 | 100010 | 1100100 | 0 | 1 | 100011000 | 1100100 | 110010 |
Color Harmonies of #A700FD
Complementary color
Monochromatic Colors of #A700FD
Black with #A700FD
Text Example
Text Example
White with #A700FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A700FD; }
p { color: rgb(167,0,253); }
H1.HeaderClassName
{
color: #A700FD;
}
.AnyTagClassName
{
color: #A700FD;
}
</style>
background-color css
<style>
a { background-color: #A700FD; }
a { background-color: rgb(167,0,253); }
div.DivClassName
{
background-color: #A700FD;
}
.BgClassName
{
background-color: #A700FD;
}
</style>
border-color css
<style>
span { border-color: #A700FD; }
span { border-color: rgb(167,0,253); }
td.TdClassName
{
border-color: #A700FD;
}
.TagClassName
{
border-color: #A700FD;
}
</style>