Shades of Electric Purple #A600ED
Tints of Electric Purple #A600ED
RGB
CMYK
RGB Variations
Color information
#A600ED (or 0xA600ED) is known color: Electric Purple. HEX triplet: A6, 00 and ED. RGB value is (166,0,237). Sum of RGB (Red+Green+Blue) = 166+0+237=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 0 (0.39% from 255 or 0% from 403); Blue value is 237 (92.97% from 255 or 58.81% from 403); Max value from RGB is 237 - color contains mainly: blue. Hex color #A600ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A600ED is #59FF12. Grayscale: #4B4B4B. Windows color (decimal): -5898003 or 15532198. OLE color: 15532198.
HSL color Cylindrical-coordinate representation of color #A600ED: hue angle of 282.03º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A600ED is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 0 | 237 | - |
| CMYK | 0.30 | 1 | 0 | 0.07 |
| HSL | 282.03º | 1% | 0.46% | - |
| HSV(B) | 282.03º | 1% | 0.93% | - |
| XYZ | 31.01 | 14.22 | 81.23 | - |
| YUV | 76.65 | 218.5 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 0 | 237 | 0.30 | 1 | 0 | 0.07 | 282.03 | 1 | 0.46 |
| Hex | A6 | 0 | ED | 1E | 64 | 0 | 7 | 11A | 64 | 2E |
| Octal | 246 | 0 | 355 | 36 | 144 | 0 | 7 | 432 | 144 | 56 |
| Binary | 10100110 | 0 | 11101101 | 11110 | 1100100 | 0 | 111 | 100011010 | 1100100 | 101110 |
Color Harmonies of #A600ED
Complementary color
Monochromatic Colors of #A600ED
Black with #A600ED
Text Example
Text Example
White with #A600ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A600ED; }
p { color: rgb(166,0,237); }
H1.HeaderClassName
{
color: #A600ED;
}
.AnyTagClassName
{
color: #A600ED;
}
</style>
background-color css
<style>
a { background-color: #A600ED; }
a { background-color: rgb(166,0,237); }
div.DivClassName
{
background-color: #A600ED;
}
.BgClassName
{
background-color: #A600ED;
}
</style>
border-color css
<style>
span { border-color: #A600ED; }
span { border-color: rgb(166,0,237); }
td.TdClassName
{
border-color: #A600ED;
}
.TagClassName
{
border-color: #A600ED;
}
</style>