Shades of Electric Purple #A609ED
Tints of Electric Purple #A609ED
RGB
CMYK
RGB Variations
Color information
#A609ED (or 0xA609ED) is known color: Electric Purple. HEX triplet: A6, 09 and ED. RGB value is (166,9,237). Sum of RGB (Red+Green+Blue) = 166+9+237=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 9 (3.91% from 255 or 2.18% from 412); Blue value is 237 (92.97% from 255 or 57.52% from 412); Max value from RGB is 237 - color contains mainly: blue. Hex color #A609ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A609ED is #59F612. Grayscale: #515151. Windows color (decimal): -5895699 or 15534502. OLE color: 15534502.
HSL color Cylindrical-coordinate representation of color #A609ED: hue angle of 281.32º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A609ED is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 9 | 237 | - |
| CMYK | 0.30 | 0.96 | 0 | 0.07 |
| HSL | 281.32º | 0.93% | 0.48% | - |
| HSV(B) | 281.32º | 0.96% | 0.93% | - |
| XYZ | 31.11 | 14.42 | 81.26 | - |
| YUV | 81.94 | 215.51 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 9 | 237 | 0.30 | 0.96 | 0 | 0.07 | 281.32 | 0.93 | 0.48 |
| Hex | A6 | 9 | ED | 1E | 60 | 0 | 7 | 119 | 5D | 30 |
| Octal | 246 | 11 | 355 | 36 | 140 | 0 | 7 | 431 | 135 | 60 |
| Binary | 10100110 | 1001 | 11101101 | 11110 | 1100000 | 0 | 111 | 100011001 | 1011101 | 110000 |
Color Harmonies of #A609ED
Complementary color
Monochromatic Colors of #A609ED
Black with #A609ED
Text Example
Text Example
White with #A609ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A609ED; }
p { color: rgb(166,9,237); }
H1.HeaderClassName
{
color: #A609ED;
}
.AnyTagClassName
{
color: #A609ED;
}
</style>
background-color css
<style>
a { background-color: #A609ED; }
a { background-color: rgb(166,9,237); }
div.DivClassName
{
background-color: #A609ED;
}
.BgClassName
{
background-color: #A609ED;
}
</style>
border-color css
<style>
span { border-color: #A609ED; }
span { border-color: rgb(166,9,237); }
td.TdClassName
{
border-color: #A609ED;
}
.TagClassName
{
border-color: #A609ED;
}
</style>