Shades of Electric Purple #A807ED
Tints of Electric Purple #A807ED
RGB
CMYK
RGB Variations
Color information
#A807ED (or 0xA807ED) is known color: Electric Purple. HEX triplet: A8, 07 and ED. RGB value is (168,7,237). Sum of RGB (Red+Green+Blue) = 168+7+237=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 7 (3.12% from 255 or 1.70% 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 #A807ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A807ED is #57F812. Grayscale: #505050. Windows color (decimal): -5765139 or 15533992. OLE color: 15533992.
HSL color Cylindrical-coordinate representation of color #A807ED: hue angle of 282º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A807ED is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 7 | 237 | - |
| CMYK | 0.29 | 0.97 | 0 | 0.07 |
| HSL | 282º | 0.94% | 0.48% | - |
| HSV(B) | 282º | 0.97% | 0.93% | - |
| XYZ | 31.51 | 14.59 | 81.28 | - |
| YUV | 81.36 | 215.84 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 7 | 237 | 0.29 | 0.97 | 0 | 0.07 | 282 | 0.94 | 0.48 |
| Hex | A8 | 7 | ED | 1D | 61 | 0 | 7 | 11A | 5E | 30 |
| Octal | 250 | 7 | 355 | 35 | 141 | 0 | 7 | 432 | 136 | 60 |
| Binary | 10101000 | 111 | 11101101 | 11101 | 1100001 | 0 | 111 | 100011010 | 1011110 | 110000 |
Color Harmonies of #A807ED
Complementary color
Monochromatic Colors of #A807ED
Black with #A807ED
Text Example
Text Example
White with #A807ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A807ED; }
p { color: rgb(168,7,237); }
H1.HeaderClassName
{
color: #A807ED;
}
.AnyTagClassName
{
color: #A807ED;
}
</style>
background-color css
<style>
a { background-color: #A807ED; }
a { background-color: rgb(168,7,237); }
div.DivClassName
{
background-color: #A807ED;
}
.BgClassName
{
background-color: #A807ED;
}
</style>
border-color css
<style>
span { border-color: #A807ED; }
span { border-color: rgb(168,7,237); }
td.TdClassName
{
border-color: #A807ED;
}
.TagClassName
{
border-color: #A807ED;
}
</style>