Shades of Electric Purple #A701EE
Tints of Electric Purple #A701EE
RGB
CMYK
RGB Variations
Color information
#A701EE (or 0xA701EE) is known color: Electric Purple. HEX triplet: A7, 01 and EE. RGB value is (167,1,238). Sum of RGB (Red+Green+Blue) = 167+1+238=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 1 (0.78% from 255 or 0.25% from 406); Blue value is 238 (93.36% from 255 or 58.62% from 406); Max value from RGB is 238 - color contains mainly: blue. Hex color #A701EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A701EE is #58FE11. Grayscale: #4C4C4C. Windows color (decimal): -5832210 or 15597991. OLE color: 15597991.
HSL color Cylindrical-coordinate representation of color #A701EE: hue angle of 282.03º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A701EE is Cyan = 0.30, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 1 | 238 | - |
| CMYK | 0.30 | 1.00 | 0 | 0.07 |
| HSL | 282.03º | 0.99% | 0.47% | - |
| HSV(B) | 282.03º | 1% | 0.93% | - |
| XYZ | 31.38 | 14.41 | 82.02 | - |
| YUV | 77.65 | 218.5 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 1 | 238 | 0.30 | 1.00 | 0 | 0.07 | 282.03 | 0.99 | 0.47 |
| Hex | A7 | 1 | EE | 1E | 64 | 0 | 7 | 11A | 63 | 2F |
| Octal | 247 | 1 | 356 | 36 | 144 | 0 | 7 | 432 | 143 | 57 |
| Binary | 10100111 | 1 | 11101110 | 11110 | 1100100 | 0 | 111 | 100011010 | 1100011 | 101111 |
Color Harmonies of #A701EE
Complementary color
Monochromatic Colors of #A701EE
Black with #A701EE
Text Example
Text Example
White with #A701EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A701EE; }
p { color: rgb(167,1,238); }
H1.HeaderClassName
{
color: #A701EE;
}
.AnyTagClassName
{
color: #A701EE;
}
</style>
background-color css
<style>
a { background-color: #A701EE; }
a { background-color: rgb(167,1,238); }
div.DivClassName
{
background-color: #A701EE;
}
.BgClassName
{
background-color: #A701EE;
}
</style>
border-color css
<style>
span { border-color: #A701EE; }
span { border-color: rgb(167,1,238); }
td.TdClassName
{
border-color: #A701EE;
}
.TagClassName
{
border-color: #A701EE;
}
</style>