Shades of Electric Purple #A608F0
Tints of Electric Purple #A608F0
RGB
CMYK
RGB Variations
Color information
#A608F0 (or 0xA608F0) is known color: Electric Purple. HEX triplet: A6, 08 and F0. RGB value is (166,8,240). Sum of RGB (Red+Green+Blue) = 166+8+240=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 8 (3.52% from 255 or 1.93% from 414); Blue value is 240 (94.14% from 255 or 57.97% from 414); Max value from RGB is 240 - color contains mainly: blue. Hex color #A608F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A608F0 is #59F70F. Grayscale: #505050. Windows color (decimal): -5895952 or 15730854. OLE color: 15730854.
HSL color Cylindrical-coordinate representation of color #A608F0: hue angle of 280.86º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A608F0 is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 8 | 240 | - |
| CMYK | 0.31 | 0.97 | 0 | 0.06 |
| HSL | 280.86º | 0.94% | 0.49% | - |
| HSV(B) | 280.86º | 0.97% | 0.94% | - |
| XYZ | 31.54 | 14.57 | 83.59 | - |
| YUV | 81.69 | 217.35 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 8 | 240 | 0.31 | 0.97 | 0 | 0.06 | 280.86 | 0.94 | 0.49 |
| Hex | A6 | 8 | F0 | 1F | 61 | 0 | 6 | 119 | 5E | 31 |
| Octal | 246 | 10 | 360 | 37 | 141 | 0 | 6 | 431 | 136 | 61 |
| Binary | 10100110 | 1000 | 11110000 | 11111 | 1100001 | 0 | 110 | 100011001 | 1011110 | 110001 |
Color Harmonies of #A608F0
Complementary color
Monochromatic Colors of #A608F0
Black with #A608F0
Text Example
Text Example
White with #A608F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A608F0; }
p { color: rgb(166,8,240); }
H1.HeaderClassName
{
color: #A608F0;
}
.AnyTagClassName
{
color: #A608F0;
}
</style>
background-color css
<style>
a { background-color: #A608F0; }
a { background-color: rgb(166,8,240); }
div.DivClassName
{
background-color: #A608F0;
}
.BgClassName
{
background-color: #A608F0;
}
</style>
border-color css
<style>
span { border-color: #A608F0; }
span { border-color: rgb(166,8,240); }
td.TdClassName
{
border-color: #A608F0;
}
.TagClassName
{
border-color: #A608F0;
}
</style>