Shades of Electric Purple #A705ED
Tints of Electric Purple #A705ED
RGB
CMYK
RGB Variations
Color information
#A705ED (or 0xA705ED) is known color: Electric Purple. HEX triplet: A7, 05 and ED. RGB value is (167,5,237). Sum of RGB (Red+Green+Blue) = 167+5+237=409 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.83% from 409); Green value is 5 (2.34% from 255 or 1.22% from 409); Blue value is 237 (92.97% from 255 or 57.95% from 409); Max value from RGB is 237 - color contains mainly: blue. Hex color #A705ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A705ED is #58FA12. Grayscale: #4F4F4F. Windows color (decimal): -5831187 or 15533479. OLE color: 15533479.
HSL color Cylindrical-coordinate representation of color #A705ED: hue angle of 281.9º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A705ED is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 5 | 237 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.07 |
| HSL | 281.9º | 0.96% | 0.47% | - |
| HSV(B) | 281.9º | 0.98% | 0.93% | - |
| XYZ | 31.28 | 14.44 | 81.26 | - |
| YUV | 79.89 | 216.67 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 5 | 237 | 0.30 | 0.98 | 0 | 0.07 | 281.9 | 0.96 | 0.47 |
| Hex | A7 | 5 | ED | 1E | 62 | 0 | 7 | 11A | 60 | 2F |
| Octal | 247 | 5 | 355 | 36 | 142 | 0 | 7 | 432 | 140 | 57 |
| Binary | 10100111 | 101 | 11101101 | 11110 | 1100010 | 0 | 111 | 100011010 | 1100000 | 101111 |
Color Harmonies of #A705ED
Complementary color
Monochromatic Colors of #A705ED
Black with #A705ED
Text Example
Text Example
White with #A705ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A705ED; }
p { color: rgb(167,5,237); }
H1.HeaderClassName
{
color: #A705ED;
}
.AnyTagClassName
{
color: #A705ED;
}
</style>
background-color css
<style>
a { background-color: #A705ED; }
a { background-color: rgb(167,5,237); }
div.DivClassName
{
background-color: #A705ED;
}
.BgClassName
{
background-color: #A705ED;
}
</style>
border-color css
<style>
span { border-color: #A705ED; }
span { border-color: rgb(167,5,237); }
td.TdClassName
{
border-color: #A705ED;
}
.TagClassName
{
border-color: #A705ED;
}
</style>