Shades of Electric Purple #A600F9
Tints of Electric Purple #A600F9
RGB
CMYK
RGB Variations
Color information
#A600F9 (or 0xA600F9) is known color: Electric Purple. HEX triplet: A6, 00 and F9. RGB value is (166,0,249). Sum of RGB (Red+Green+Blue) = 166+0+249=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 0 (0.39% from 255 or 0% from 415); Blue value is 249 (97.66% from 255 or 60% from 415); Max value from RGB is 249 - color contains mainly: blue. Hex color #A600F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A600F9 is #59FF06. Grayscale: #4D4D4D. Windows color (decimal): -5897991 or 16318630. OLE color: 16318630.
HSL color Cylindrical-coordinate representation of color #A600F9: hue angle of 280º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A600F9 is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 0 | 249 | - |
| CMYK | 0.33 | 1 | 0 | 0.02 |
| HSL | 280º | 1% | 0.49% | - |
| HSV(B) | 280º | 1% | 0.98% | - |
| XYZ | 32.82 | 14.95 | 90.78 | - |
| YUV | 78.02 | 224.5 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 0 | 249 | 0.33 | 1 | 0 | 0.02 | 280 | 1 | 0.49 |
| Hex | A6 | 0 | F9 | 21 | 64 | 0 | 2 | 118 | 64 | 31 |
| Octal | 246 | 0 | 371 | 41 | 144 | 0 | 2 | 430 | 144 | 61 |
| Binary | 10100110 | 0 | 11111001 | 100001 | 1100100 | 0 | 10 | 100011000 | 1100100 | 110001 |
Color Harmonies of #A600F9
Complementary color
Monochromatic Colors of #A600F9
Black with #A600F9
Text Example
Text Example
White with #A600F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A600F9; }
p { color: rgb(166,0,249); }
H1.HeaderClassName
{
color: #A600F9;
}
.AnyTagClassName
{
color: #A600F9;
}
</style>
background-color css
<style>
a { background-color: #A600F9; }
a { background-color: rgb(166,0,249); }
div.DivClassName
{
background-color: #A600F9;
}
.BgClassName
{
background-color: #A600F9;
}
</style>
border-color css
<style>
span { border-color: #A600F9; }
span { border-color: rgb(166,0,249); }
td.TdClassName
{
border-color: #A600F9;
}
.TagClassName
{
border-color: #A600F9;
}
</style>