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