Shades of Electric Purple #A705FB
Tints of Electric Purple #A705FB
RGB
CMYK
RGB Variations
Color information
#A705FB (or 0xA705FB) is known color: Electric Purple. HEX triplet: A7, 05 and FB. RGB value is (167,5,251). Sum of RGB (Red+Green+Blue) = 167+5+251=423 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.48% from 423); Green value is 5 (2.34% from 255 or 1.18% from 423); Blue value is 251 (98.44% from 255 or 59.34% from 423); Max value from RGB is 251 - color contains mainly: blue. Hex color #A705FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A705FB is #58FA04. Grayscale: #505050. Windows color (decimal): -5831173 or 16450983. OLE color: 16450983.
HSL color Cylindrical-coordinate representation of color #A705FB: hue angle of 279.51º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A705FB is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 5 | 251 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.02 |
| HSL | 279.51º | 0.97% | 0.5% | - |
| HSV(B) | 279.51º | 0.98% | 0.98% | - |
| XYZ | 33.4 | 15.29 | 92.46 | - |
| YUV | 81.48 | 223.67 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 5 | 251 | 0.33 | 0.98 | 0 | 0.02 | 279.51 | 0.97 | 0.5 |
| Hex | A7 | 5 | FB | 21 | 62 | 0 | 2 | 118 | 61 | 32 |
| Octal | 247 | 5 | 373 | 41 | 142 | 0 | 2 | 430 | 141 | 62 |
| Binary | 10100111 | 101 | 11111011 | 100001 | 1100010 | 0 | 10 | 100011000 | 1100001 | 110010 |
Color Harmonies of #A705FB
Complementary color
Monochromatic Colors of #A705FB
Black with #A705FB
Text Example
Text Example
White with #A705FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A705FB; }
p { color: rgb(167,5,251); }
H1.HeaderClassName
{
color: #A705FB;
}
.AnyTagClassName
{
color: #A705FB;
}
</style>
background-color css
<style>
a { background-color: #A705FB; }
a { background-color: rgb(167,5,251); }
div.DivClassName
{
background-color: #A705FB;
}
.BgClassName
{
background-color: #A705FB;
}
</style>
border-color css
<style>
span { border-color: #A705FB; }
span { border-color: rgb(167,5,251); }
td.TdClassName
{
border-color: #A705FB;
}
.TagClassName
{
border-color: #A705FB;
}
</style>