Shades of Electric Purple #A706F2
Tints of Electric Purple #A706F2
RGB
CMYK
RGB Variations
Color information
#A706F2 (or 0xA706F2) is known color: Electric Purple. HEX triplet: A7, 06 and F2. RGB value is (167,6,242). Sum of RGB (Red+Green+Blue) = 167+6+242=415 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.24% from 415); Green value is 6 (2.73% from 255 or 1.45% from 415); Blue value is 242 (94.92% from 255 or 58.31% from 415); Max value from RGB is 242 - color contains mainly: blue. Hex color #A706F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A706F2 is #58F90D. Grayscale: #505050. Windows color (decimal): -5830926 or 15861415. OLE color: 15861415.
HSL color Cylindrical-coordinate representation of color #A706F2: hue angle of 280.93º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A706F2 is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 167 | 6 | 242 | - |
| CMYK | 0.31 | 0.98 | 0 | 0.05 |
| HSL | 280.93º | 0.95% | 0.49% | - |
| HSV(B) | 280.93º | 0.98% | 0.95% | - |
| XYZ | 32.03 | 14.76 | 85.16 | - |
| YUV | 81.04 | 218.84 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 6 | 242 | 0.31 | 0.98 | 0 | 0.05 | 280.93 | 0.95 | 0.49 |
| Hex | A7 | 6 | F2 | 1F | 62 | 0 | 5 | 119 | 5F | 31 |
| Octal | 247 | 6 | 362 | 37 | 142 | 0 | 5 | 431 | 137 | 61 |
| Binary | 10100111 | 110 | 11110010 | 11111 | 1100010 | 0 | 101 | 100011001 | 1011111 | 110001 |
Color Harmonies of #A706F2
Complementary color
Monochromatic Colors of #A706F2
Black with #A706F2
Text Example
Text Example
White with #A706F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A706F2; }
p { color: rgb(167,6,242); }
H1.HeaderClassName
{
color: #A706F2;
}
.AnyTagClassName
{
color: #A706F2;
}
</style>
background-color css
<style>
a { background-color: #A706F2; }
a { background-color: rgb(167,6,242); }
div.DivClassName
{
background-color: #A706F2;
}
.BgClassName
{
background-color: #A706F2;
}
</style>
border-color css
<style>
span { border-color: #A706F2; }
span { border-color: rgb(167,6,242); }
td.TdClassName
{
border-color: #A706F2;
}
.TagClassName
{
border-color: #A706F2;
}
</style>