Shades of Electric Purple #A809ED
Tints of Electric Purple #A809ED
RGB
CMYK
RGB Variations
Color information
#A809ED (or 0xA809ED) is known color: Electric Purple. HEX triplet: A8, 09 and ED. RGB value is (168,9,237). Sum of RGB (Red+Green+Blue) = 168+9+237=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 9 (3.91% from 255 or 2.17% from 414); Blue value is 237 (92.97% from 255 or 57.25% from 414); Max value from RGB is 237 - color contains mainly: blue. Hex color #A809ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A809ED is #57F612. Grayscale: #515151. Windows color (decimal): -5764627 or 15534504. OLE color: 15534504.
HSL color Cylindrical-coordinate representation of color #A809ED: hue angle of 281.84º 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 #A809ED is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 9 | 237 | - |
| CMYK | 0.29 | 0.96 | 0 | 0.07 |
| HSL | 281.84º | 0.93% | 0.48% | - |
| HSV(B) | 281.84º | 0.96% | 0.93% | - |
| XYZ | 31.53 | 14.63 | 81.28 | - |
| YUV | 82.53 | 215.18 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 9 | 237 | 0.29 | 0.96 | 0 | 0.07 | 281.84 | 0.93 | 0.48 |
| Hex | A8 | 9 | ED | 1D | 60 | 0 | 7 | 11A | 5D | 30 |
| Octal | 250 | 11 | 355 | 35 | 140 | 0 | 7 | 432 | 135 | 60 |
| Binary | 10101000 | 1001 | 11101101 | 11101 | 1100000 | 0 | 111 | 100011010 | 1011101 | 110000 |
Color Harmonies of #A809ED
Complementary color
Monochromatic Colors of #A809ED
Black with #A809ED
Text Example
Text Example
White with #A809ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A809ED; }
p { color: rgb(168,9,237); }
H1.HeaderClassName
{
color: #A809ED;
}
.AnyTagClassName
{
color: #A809ED;
}
</style>
background-color css
<style>
a { background-color: #A809ED; }
a { background-color: rgb(168,9,237); }
div.DivClassName
{
background-color: #A809ED;
}
.BgClassName
{
background-color: #A809ED;
}
</style>
border-color css
<style>
span { border-color: #A809ED; }
span { border-color: rgb(168,9,237); }
td.TdClassName
{
border-color: #A809ED;
}
.TagClassName
{
border-color: #A809ED;
}
</style>