Shades of Electric Purple #A600F8
Tints of Electric Purple #A600F8
RGB
CMYK
RGB Variations
Color information
#A600F8 (or 0xA600F8) is known color: Electric Purple. HEX triplet: A6, 00 and F8. RGB value is (166,0,248). Sum of RGB (Red+Green+Blue) = 166+0+248=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 0 (0.39% from 255 or 0% from 414); Blue value is 248 (97.27% from 255 or 59.90% from 414); Max value from RGB is 248 - color contains mainly: blue. Hex color #A600F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A600F8 is #59FF07. Grayscale: #4D4D4D. Windows color (decimal): -5897992 or 16253094. OLE color: 16253094.
HSL color Cylindrical-coordinate representation of color #A600F8: hue angle of 280.16º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A600F8 is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 0 | 248 | - |
| CMYK | 0.33 | 1 | 0 | 0.03 |
| HSL | 280.16º | 1% | 0.49% | - |
| HSV(B) | 280.16º | 1% | 0.97% | - |
| XYZ | 32.67 | 14.88 | 89.96 | - |
| YUV | 77.91 | 224 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 0 | 248 | 0.33 | 1 | 0 | 0.03 | 280.16 | 1 | 0.49 |
| Hex | A6 | 0 | F8 | 21 | 64 | 0 | 3 | 118 | 64 | 31 |
| Octal | 246 | 0 | 370 | 41 | 144 | 0 | 3 | 430 | 144 | 61 |
| Binary | 10100110 | 0 | 11111000 | 100001 | 1100100 | 0 | 11 | 100011000 | 1100100 | 110001 |
Color Harmonies of #A600F8
Complementary color
Monochromatic Colors of #A600F8
Black with #A600F8
Text Example
Text Example
White with #A600F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A600F8; }
p { color: rgb(166,0,248); }
H1.HeaderClassName
{
color: #A600F8;
}
.AnyTagClassName
{
color: #A600F8;
}
</style>
background-color css
<style>
a { background-color: #A600F8; }
a { background-color: rgb(166,0,248); }
div.DivClassName
{
background-color: #A600F8;
}
.BgClassName
{
background-color: #A600F8;
}
</style>
border-color css
<style>
span { border-color: #A600F8; }
span { border-color: rgb(166,0,248); }
td.TdClassName
{
border-color: #A600F8;
}
.TagClassName
{
border-color: #A600F8;
}
</style>