Shades of Electric Purple #A708FF
Tints of Electric Purple #A708FF
RGB
CMYK
RGB Variations
Color information
#A708FF (or 0xA708FF) is known color: Electric Purple. HEX triplet: A7, 08 and FF. RGB value is (167,8,255). Sum of RGB (Red+Green+Blue) = 167+8+255=430 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.84% from 430); Green value is 8 (3.52% from 255 or 1.86% from 430); Blue value is 255 (100% from 255 or 59.30% from 430); Max value from RGB is 255 - color contains mainly: blue. Hex color #A708FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A708FF is #58F700. Grayscale: #525252. Windows color (decimal): -5830401 or 16713895. OLE color: 16713895.
HSL color Cylindrical-coordinate representation of color #A708FF: hue angle of 278.62º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A708FF is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 8 | 255 | - |
| CMYK | 0.35 | 0.97 | 0 | 0 |
| HSL | 278.62º | 1% | 0.52% | - |
| HSV(B) | 278.62º | 0.97% | 1% | - |
| XYZ | 34.07 | 15.61 | 95.82 | - |
| YUV | 83.7 | 224.68 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 8 | 255 | 0.35 | 0.97 | 0 | 0 | 278.62 | 1 | 0.52 |
| Hex | A7 | 8 | FF | 23 | 61 | 0 | 0 | 117 | 64 | 34 |
| Octal | 247 | 10 | 377 | 43 | 141 | 0 | 0 | 427 | 144 | 64 |
| Binary | 10100111 | 1000 | 11111111 | 100011 | 1100001 | 0 | 0 | 100010111 | 1100100 | 110100 |
Color Harmonies of #A708FF
Complementary color
Monochromatic Colors of #A708FF
Black with #A708FF
Text Example
Text Example
White with #A708FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A708FF; }
p { color: rgb(167,8,255); }
H1.HeaderClassName
{
color: #A708FF;
}
.AnyTagClassName
{
color: #A708FF;
}
</style>
background-color css
<style>
a { background-color: #A708FF; }
a { background-color: rgb(167,8,255); }
div.DivClassName
{
background-color: #A708FF;
}
.BgClassName
{
background-color: #A708FF;
}
</style>
border-color css
<style>
span { border-color: #A708FF; }
span { border-color: rgb(167,8,255); }
td.TdClassName
{
border-color: #A708FF;
}
.TagClassName
{
border-color: #A708FF;
}
</style>