Shades of Electric Purple #A815ED
Tints of Electric Purple #A815ED
RGB
CMYK
RGB Variations
Color information
#A815ED (or 0xA815ED) is known color: Electric Purple. HEX triplet: A8, 15 and ED. RGB value is (168,21,237). Sum of RGB (Red+Green+Blue) = 168+21+237=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 21 (8.59% from 255 or 4.93% from 426); Blue value is 237 (92.97% from 255 or 55.63% from 426); Max value from RGB is 237 - color contains mainly: blue. Hex color #A815ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A815ED is #57EA12. Grayscale: #585858. Windows color (decimal): -5761555 or 15537576. OLE color: 15537576.
HSL color Cylindrical-coordinate representation of color #A815ED: hue angle of 280.83º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A815ED is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 21 | 237 | - |
| CMYK | 0.29 | 0.91 | 0 | 0.07 |
| HSL | 280.83º | 0.86% | 0.51% | - |
| HSV(B) | 280.83º | 0.91% | 0.93% | - |
| XYZ | 31.7 | 14.98 | 81.34 | - |
| YUV | 89.58 | 211.2 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 21 | 237 | 0.29 | 0.91 | 0 | 0.07 | 280.83 | 0.86 | 0.51 |
| Hex | A8 | 15 | ED | 1D | 5B | 0 | 7 | 119 | 56 | 33 |
| Octal | 250 | 25 | 355 | 35 | 133 | 0 | 7 | 431 | 126 | 63 |
| Binary | 10101000 | 10101 | 11101101 | 11101 | 1011011 | 0 | 111 | 100011001 | 1010110 | 110011 |
Color Harmonies of #A815ED
Complementary color
Monochromatic Colors of #A815ED
Black with #A815ED
Text Example
Text Example
White with #A815ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A815ED; }
p { color: rgb(168,21,237); }
H1.HeaderClassName
{
color: #A815ED;
}
.AnyTagClassName
{
color: #A815ED;
}
</style>
background-color css
<style>
a { background-color: #A815ED; }
a { background-color: rgb(168,21,237); }
div.DivClassName
{
background-color: #A815ED;
}
.BgClassName
{
background-color: #A815ED;
}
</style>
border-color css
<style>
span { border-color: #A815ED; }
span { border-color: rgb(168,21,237); }
td.TdClassName
{
border-color: #A815ED;
}
.TagClassName
{
border-color: #A815ED;
}
</style>