Shades of Electric Purple #A809EC
Tints of Electric Purple #A809EC
RGB
CMYK
RGB Variations
Color information
#A809EC (or 0xA809EC) is known color: Electric Purple. HEX triplet: A8, 09 and EC. RGB value is (168,9,236). Sum of RGB (Red+Green+Blue) = 168+9+236=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 9 (3.91% from 255 or 2.18% from 413); Blue value is 236 (92.58% from 255 or 57.14% from 413); Max value from RGB is 236 - color contains mainly: blue. Hex color #A809EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A809EC is #57F613. Grayscale: #515151. Windows color (decimal): -5764628 or 15468968. OLE color: 15468968.
HSL color Cylindrical-coordinate representation of color #A809EC: hue angle of 282.03º 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 #A809EC is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 9 | 236 | - |
| CMYK | 0.29 | 0.96 | 0 | 0.07 |
| HSL | 282.03º | 0.93% | 0.48% | - |
| HSV(B) | 282.03º | 0.96% | 0.93% | - |
| XYZ | 31.39 | 14.58 | 80.52 | - |
| YUV | 82.42 | 214.68 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 9 | 236 | 0.29 | 0.96 | 0 | 0.07 | 282.03 | 0.93 | 0.48 |
| Hex | A8 | 9 | EC | 1D | 60 | 0 | 7 | 11A | 5D | 30 |
| Octal | 250 | 11 | 354 | 35 | 140 | 0 | 7 | 432 | 135 | 60 |
| Binary | 10101000 | 1001 | 11101100 | 11101 | 1100000 | 0 | 111 | 100011010 | 1011101 | 110000 |
Color Harmonies of #A809EC
Complementary color
Monochromatic Colors of #A809EC
Black with #A809EC
Text Example
Text Example
White with #A809EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A809EC; }
p { color: rgb(168,9,236); }
H1.HeaderClassName
{
color: #A809EC;
}
.AnyTagClassName
{
color: #A809EC;
}
</style>
background-color css
<style>
a { background-color: #A809EC; }
a { background-color: rgb(168,9,236); }
div.DivClassName
{
background-color: #A809EC;
}
.BgClassName
{
background-color: #A809EC;
}
</style>
border-color css
<style>
span { border-color: #A809EC; }
span { border-color: rgb(168,9,236); }
td.TdClassName
{
border-color: #A809EC;
}
.TagClassName
{
border-color: #A809EC;
}
</style>