Shades of Electric Purple #A608F7
Tints of Electric Purple #A608F7
RGB
CMYK
RGB Variations
Color information
#A608F7 (or 0xA608F7) is known color: Electric Purple. HEX triplet: A6, 08 and F7. RGB value is (166,8,247). Sum of RGB (Red+Green+Blue) = 166+8+247=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 8 (3.52% from 255 or 1.90% from 421); Blue value is 247 (96.88% from 255 or 58.67% from 421); Max value from RGB is 247 - color contains mainly: blue. Hex color #A608F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A608F7 is #59F708. Grayscale: #515151. Windows color (decimal): -5895945 or 16189606. OLE color: 16189606.
HSL color Cylindrical-coordinate representation of color #A608F7: hue angle of 279.67º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A608F7 is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 8 | 247 | - |
| CMYK | 0.33 | 0.97 | 0 | 0.03 |
| HSL | 279.67º | 0.94% | 0.5% | - |
| HSV(B) | 279.67º | 0.97% | 0.97% | - |
| XYZ | 32.6 | 15 | 89.17 | - |
| YUV | 82.49 | 220.85 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 8 | 247 | 0.33 | 0.97 | 0 | 0.03 | 279.67 | 0.94 | 0.5 |
| Hex | A6 | 8 | F7 | 21 | 61 | 0 | 3 | 118 | 5E | 32 |
| Octal | 246 | 10 | 367 | 41 | 141 | 0 | 3 | 430 | 136 | 62 |
| Binary | 10100110 | 1000 | 11110111 | 100001 | 1100001 | 0 | 11 | 100011000 | 1011110 | 110010 |
Color Harmonies of #A608F7
Complementary color
Monochromatic Colors of #A608F7
Black with #A608F7
Text Example
Text Example
White with #A608F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A608F7; }
p { color: rgb(166,8,247); }
H1.HeaderClassName
{
color: #A608F7;
}
.AnyTagClassName
{
color: #A608F7;
}
</style>
background-color css
<style>
a { background-color: #A608F7; }
a { background-color: rgb(166,8,247); }
div.DivClassName
{
background-color: #A608F7;
}
.BgClassName
{
background-color: #A608F7;
}
</style>
border-color css
<style>
span { border-color: #A608F7; }
span { border-color: rgb(166,8,247); }
td.TdClassName
{
border-color: #A608F7;
}
.TagClassName
{
border-color: #A608F7;
}
</style>