Shades of Electric Purple #A705FF
Tints of Electric Purple #A705FF
RGB
CMYK
RGB Variations
Color information
#A705FF (or 0xA705FF) is known color: Electric Purple. HEX triplet: A7, 05 and FF. RGB value is (167,5,255). Sum of RGB (Red+Green+Blue) = 167+5+255=427 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.11% from 427); Green value is 5 (2.34% from 255 or 1.17% from 427); Blue value is 255 (100% from 255 or 59.72% from 427); Max value from RGB is 255 - color contains mainly: blue. Hex color #A705FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A705FF is #58FA00. Grayscale: #515151. Windows color (decimal): -5831169 or 16713127. OLE color: 16713127.
HSL color Cylindrical-coordinate representation of color #A705FF: hue angle of 278.88º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A705FF is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 5 | 255 | - |
| CMYK | 0.35 | 0.98 | 0 | 0 |
| HSL | 278.88º | 1% | 0.51% | - |
| HSV(B) | 278.88º | 0.98% | 1% | - |
| XYZ | 34.04 | 15.54 | 95.81 | - |
| YUV | 81.94 | 225.67 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 5 | 255 | 0.35 | 0.98 | 0 | 0 | 278.88 | 1 | 0.51 |
| Hex | A7 | 5 | FF | 23 | 62 | 0 | 0 | 117 | 64 | 33 |
| Octal | 247 | 5 | 377 | 43 | 142 | 0 | 0 | 427 | 144 | 63 |
| Binary | 10100111 | 101 | 11111111 | 100011 | 1100010 | 0 | 0 | 100010111 | 1100100 | 110011 |
Color Harmonies of #A705FF
Complementary color
Monochromatic Colors of #A705FF
Black with #A705FF
Text Example
Text Example
White with #A705FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A705FF; }
p { color: rgb(167,5,255); }
H1.HeaderClassName
{
color: #A705FF;
}
.AnyTagClassName
{
color: #A705FF;
}
</style>
background-color css
<style>
a { background-color: #A705FF; }
a { background-color: rgb(167,5,255); }
div.DivClassName
{
background-color: #A705FF;
}
.BgClassName
{
background-color: #A705FF;
}
</style>
border-color css
<style>
span { border-color: #A705FF; }
span { border-color: rgb(167,5,255); }
td.TdClassName
{
border-color: #A705FF;
}
.TagClassName
{
border-color: #A705FF;
}
</style>