Shades of Electric Purple #A809EE
Tints of Electric Purple #A809EE
RGB
CMYK
RGB Variations
Color information
#A809EE (or 0xA809EE) is known color: Electric Purple. HEX triplet: A8, 09 and EE. RGB value is (168,9,238). Sum of RGB (Red+Green+Blue) = 168+9+238=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 9 (3.91% from 255 or 2.17% from 415); Blue value is 238 (93.36% from 255 or 57.35% from 415); Max value from RGB is 238 - color contains mainly: blue. Hex color #A809EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A809EE is #57F611. Grayscale: #515151. Windows color (decimal): -5764626 or 15600040. OLE color: 15600040.
HSL color Cylindrical-coordinate representation of color #A809EE: hue angle of 281.66º 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 #A809EE is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 9 | 238 | - |
| CMYK | 0.29 | 0.96 | 0 | 0.07 |
| HSL | 281.66º | 0.93% | 0.48% | - |
| HSV(B) | 281.66º | 0.96% | 0.93% | - |
| XYZ | 31.68 | 14.69 | 82.06 | - |
| YUV | 82.65 | 215.68 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 9 | 238 | 0.29 | 0.96 | 0 | 0.07 | 281.66 | 0.93 | 0.48 |
| Hex | A8 | 9 | EE | 1D | 60 | 0 | 7 | 11A | 5D | 30 |
| Octal | 250 | 11 | 356 | 35 | 140 | 0 | 7 | 432 | 135 | 60 |
| Binary | 10101000 | 1001 | 11101110 | 11101 | 1100000 | 0 | 111 | 100011010 | 1011101 | 110000 |
Color Harmonies of #A809EE
Complementary color
Monochromatic Colors of #A809EE
Black with #A809EE
Text Example
Text Example
White with #A809EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A809EE; }
p { color: rgb(168,9,238); }
H1.HeaderClassName
{
color: #A809EE;
}
.AnyTagClassName
{
color: #A809EE;
}
</style>
background-color css
<style>
a { background-color: #A809EE; }
a { background-color: rgb(168,9,238); }
div.DivClassName
{
background-color: #A809EE;
}
.BgClassName
{
background-color: #A809EE;
}
</style>
border-color css
<style>
span { border-color: #A809EE; }
span { border-color: rgb(168,9,238); }
td.TdClassName
{
border-color: #A809EE;
}
.TagClassName
{
border-color: #A809EE;
}
</style>