Shades of Electric Purple #A600F0
Tints of Electric Purple #A600F0
RGB
CMYK
RGB Variations
Color information
#A600F0 (or 0xA600F0) is known color: Electric Purple. HEX triplet: A6, 00 and F0. RGB value is (166,0,240). Sum of RGB (Red+Green+Blue) = 166+0+240=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 0 (0.39% from 255 or 0% from 406); Blue value is 240 (94.14% from 255 or 59.11% from 406); Max value from RGB is 240 - color contains mainly: blue. Hex color #A600F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A600F0 is #59FF0F. Grayscale: #4C4C4C. Windows color (decimal): -5898000 or 15728806. OLE color: 15728806.
HSL color Cylindrical-coordinate representation of color #A600F0: hue angle of 281.5º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A600F0 is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 0 | 240 | - |
| CMYK | 0.31 | 1 | 0 | 0.06 |
| HSL | 281.5º | 1% | 0.47% | - |
| HSV(B) | 281.5º | 1% | 0.94% | - |
| XYZ | 31.45 | 14.4 | 83.56 | - |
| YUV | 76.99 | 220 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 0 | 240 | 0.31 | 1 | 0 | 0.06 | 281.5 | 1 | 0.47 |
| Hex | A6 | 0 | F0 | 1F | 64 | 0 | 6 | 11A | 64 | 2F |
| Octal | 246 | 0 | 360 | 37 | 144 | 0 | 6 | 432 | 144 | 57 |
| Binary | 10100110 | 0 | 11110000 | 11111 | 1100100 | 0 | 110 | 100011010 | 1100100 | 101111 |
Color Harmonies of #A600F0
Complementary color
Monochromatic Colors of #A600F0
Black with #A600F0
Text Example
Text Example
White with #A600F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A600F0; }
p { color: rgb(166,0,240); }
H1.HeaderClassName
{
color: #A600F0;
}
.AnyTagClassName
{
color: #A600F0;
}
</style>
background-color css
<style>
a { background-color: #A600F0; }
a { background-color: rgb(166,0,240); }
div.DivClassName
{
background-color: #A600F0;
}
.BgClassName
{
background-color: #A600F0;
}
</style>
border-color css
<style>
span { border-color: #A600F0; }
span { border-color: rgb(166,0,240); }
td.TdClassName
{
border-color: #A600F0;
}
.TagClassName
{
border-color: #A600F0;
}
</style>