Shades of Electric Purple #A815EB
Tints of Electric Purple #A815EB
RGB
CMYK
RGB Variations
Color information
#A815EB (or 0xA815EB) is known color: Electric Purple. HEX triplet: A8, 15 and EB. RGB value is (168,21,235). Sum of RGB (Red+Green+Blue) = 168+21+235=424 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.62% from 424); Green value is 21 (8.59% from 255 or 4.95% from 424); Blue value is 235 (92.19% from 255 or 55.42% from 424); Max value from RGB is 235 - color contains mainly: blue. Hex color #A815EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A815EB is #57EA14. Grayscale: #585858. Windows color (decimal): -5761557 or 15406504. OLE color: 15406504.
HSL color Cylindrical-coordinate representation of color #A815EB: hue angle of 281.21º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A815EB is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 21 | 235 | - |
| CMYK | 0.29 | 0.91 | 0 | 0.08 |
| HSL | 281.22º | 0.84% | 0.5% | - |
| HSV(B) | 281.22º | 0.91% | 0.92% | - |
| XYZ | 31.41 | 14.86 | 79.81 | - |
| YUV | 89.35 | 210.2 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 21 | 235 | 0.29 | 0.91 | 0 | 0.08 | 281.22 | 0.84 | 0.5 |
| Hex | A8 | 15 | EB | 1D | 5B | 0 | 8 | 119 | 54 | 32 |
| Octal | 250 | 25 | 353 | 35 | 133 | 0 | 10 | 431 | 124 | 62 |
| Binary | 10101000 | 10101 | 11101011 | 11101 | 1011011 | 0 | 1000 | 100011001 | 1010100 | 110010 |
Color Harmonies of #A815EB
Complementary color
Monochromatic Colors of #A815EB
Black with #A815EB
Text Example
Text Example
White with #A815EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A815EB; }
p { color: rgb(168,21,235); }
H1.HeaderClassName
{
color: #A815EB;
}
.AnyTagClassName
{
color: #A815EB;
}
</style>
background-color css
<style>
a { background-color: #A815EB; }
a { background-color: rgb(168,21,235); }
div.DivClassName
{
background-color: #A815EB;
}
.BgClassName
{
background-color: #A815EB;
}
</style>
border-color css
<style>
span { border-color: #A815EB; }
span { border-color: rgb(168,21,235); }
td.TdClassName
{
border-color: #A815EB;
}
.TagClassName
{
border-color: #A815EB;
}
</style>