Shades of Electric Purple #A705FD
Tints of Electric Purple #A705FD
RGB
CMYK
RGB Variations
Color information
#A705FD (or 0xA705FD) is known color: Electric Purple. HEX triplet: A7, 05 and FD. RGB value is (167,5,253). Sum of RGB (Red+Green+Blue) = 167+5+253=425 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.29% from 425); Green value is 5 (2.34% from 255 or 1.18% from 425); Blue value is 253 (99.22% from 255 or 59.53% from 425); Max value from RGB is 253 - color contains mainly: blue. Hex color #A705FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A705FD is #58FA02. Grayscale: #505050. Windows color (decimal): -5831171 or 16582055. OLE color: 16582055.
HSL color Cylindrical-coordinate representation of color #A705FD: hue angle of 279.19º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A705FD is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 167 | 5 | 253 | - |
| CMYK | 0.34 | 0.98 | 0 | 0.01 |
| HSL | 279.19º | 0.98% | 0.51% | - |
| HSV(B) | 279.19º | 0.98% | 0.99% | - |
| XYZ | 33.72 | 15.42 | 94.13 | - |
| YUV | 81.71 | 224.67 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 5 | 253 | 0.34 | 0.98 | 0 | 0.01 | 279.19 | 0.98 | 0.51 |
| Hex | A7 | 5 | FD | 22 | 62 | 0 | 1 | 117 | 62 | 33 |
| Octal | 247 | 5 | 375 | 42 | 142 | 0 | 1 | 427 | 142 | 63 |
| Binary | 10100111 | 101 | 11111101 | 100010 | 1100010 | 0 | 1 | 100010111 | 1100010 | 110011 |
Color Harmonies of #A705FD
Complementary color
Monochromatic Colors of #A705FD
Black with #A705FD
Text Example
Text Example
White with #A705FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A705FD; }
p { color: rgb(167,5,253); }
H1.HeaderClassName
{
color: #A705FD;
}
.AnyTagClassName
{
color: #A705FD;
}
</style>
background-color css
<style>
a { background-color: #A705FD; }
a { background-color: rgb(167,5,253); }
div.DivClassName
{
background-color: #A705FD;
}
.BgClassName
{
background-color: #A705FD;
}
</style>
border-color css
<style>
span { border-color: #A705FD; }
span { border-color: rgb(167,5,253); }
td.TdClassName
{
border-color: #A705FD;
}
.TagClassName
{
border-color: #A705FD;
}
</style>