Shades of Electric Purple #A814EB
Tints of Electric Purple #A814EB
RGB
CMYK
RGB Variations
Color information
#A814EB (or 0xA814EB) is known color: Electric Purple. HEX triplet: A8, 14 and EB. RGB value is (168,20,235). Sum of RGB (Red+Green+Blue) = 168+20+235=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 20 (8.20% from 255 or 4.73% from 423); Blue value is 235 (92.19% from 255 or 55.56% from 423); Max value from RGB is 235 - color contains mainly: blue. Hex color #A814EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A814EB is #57EB14. Grayscale: #585858. Windows color (decimal): -5761813 or 15406248. OLE color: 15406248.
HSL color Cylindrical-coordinate representation of color #A814EB: hue angle of 281.3º 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 #A814EB is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 20 | 235 | - |
| CMYK | 0.29 | 0.91 | 0 | 0.08 |
| HSL | 281.3º | 0.84% | 0.5% | - |
| HSV(B) | 281.3º | 0.91% | 0.92% | - |
| XYZ | 31.39 | 14.82 | 79.8 | - |
| YUV | 88.76 | 210.53 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 20 | 235 | 0.29 | 0.91 | 0 | 0.08 | 281.3 | 0.84 | 0.5 |
| Hex | A8 | 14 | EB | 1D | 5B | 0 | 8 | 119 | 54 | 32 |
| Octal | 250 | 24 | 353 | 35 | 133 | 0 | 10 | 431 | 124 | 62 |
| Binary | 10101000 | 10100 | 11101011 | 11101 | 1011011 | 0 | 1000 | 100011001 | 1010100 | 110010 |
Color Harmonies of #A814EB
Complementary color
Monochromatic Colors of #A814EB
Black with #A814EB
Text Example
Text Example
White with #A814EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A814EB; }
p { color: rgb(168,20,235); }
H1.HeaderClassName
{
color: #A814EB;
}
.AnyTagClassName
{
color: #A814EB;
}
</style>
background-color css
<style>
a { background-color: #A814EB; }
a { background-color: rgb(168,20,235); }
div.DivClassName
{
background-color: #A814EB;
}
.BgClassName
{
background-color: #A814EB;
}
</style>
border-color css
<style>
span { border-color: #A814EB; }
span { border-color: rgb(168,20,235); }
td.TdClassName
{
border-color: #A814EB;
}
.TagClassName
{
border-color: #A814EB;
}
</style>