Shades of Electric Purple #A700ED
Tints of Electric Purple #A700ED
RGB
CMYK
RGB Variations
Color information
#A700ED (or 0xA700ED) is known color: Electric Purple. HEX triplet: A7, 00 and ED. RGB value is (167,0,237). Sum of RGB (Red+Green+Blue) = 167+0+237=404 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.34% from 404); Green value is 0 (0.39% from 255 or 0% from 404); Blue value is 237 (92.97% from 255 or 58.66% from 404); Max value from RGB is 237 - color contains mainly: blue. Hex color #A700ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A700ED is #58FF12. Grayscale: #4C4C4C. Windows color (decimal): -5832467 or 15532199. OLE color: 15532199.
HSL color Cylindrical-coordinate representation of color #A700ED: hue angle of 282.28º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A700ED is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 0 | 237 | - |
| CMYK | 0.30 | 1 | 0 | 0.07 |
| HSL | 282.28º | 1% | 0.46% | - |
| HSV(B) | 282.28º | 1% | 0.93% | - |
| XYZ | 31.22 | 14.33 | 81.24 | - |
| YUV | 76.95 | 218.33 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 0 | 237 | 0.30 | 1 | 0 | 0.07 | 282.28 | 1 | 0.46 |
| Hex | A7 | 0 | ED | 1E | 64 | 0 | 7 | 11A | 64 | 2E |
| Octal | 247 | 0 | 355 | 36 | 144 | 0 | 7 | 432 | 144 | 56 |
| Binary | 10100111 | 0 | 11101101 | 11110 | 1100100 | 0 | 111 | 100011010 | 1100100 | 101110 |
Color Harmonies of #A700ED
Complementary color
Monochromatic Colors of #A700ED
Black with #A700ED
Text Example
Text Example
White with #A700ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A700ED; }
p { color: rgb(167,0,237); }
H1.HeaderClassName
{
color: #A700ED;
}
.AnyTagClassName
{
color: #A700ED;
}
</style>
background-color css
<style>
a { background-color: #A700ED; }
a { background-color: rgb(167,0,237); }
div.DivClassName
{
background-color: #A700ED;
}
.BgClassName
{
background-color: #A700ED;
}
</style>
border-color css
<style>
span { border-color: #A700ED; }
span { border-color: rgb(167,0,237); }
td.TdClassName
{
border-color: #A700ED;
}
.TagClassName
{
border-color: #A700ED;
}
</style>