Shades of Electric Purple #A817EB
Tints of Electric Purple #A817EB
RGB
CMYK
RGB Variations
Color information
#A817EB (or 0xA817EB) is known color: Electric Purple. HEX triplet: A8, 17 and EB. RGB value is (168,23,235). Sum of RGB (Red+Green+Blue) = 168+23+235=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 23 (9.38% from 255 or 5.40% from 426); Blue value is 235 (92.19% from 255 or 55.16% from 426); Max value from RGB is 235 - color contains mainly: blue. Hex color #A817EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A817EB is #57E814. Grayscale: #595959. Windows color (decimal): -5761045 or 15407016. OLE color: 15407016.
HSL color Cylindrical-coordinate representation of color #A817EB: hue angle of 281.04º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A817EB is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 23 | 235 | - |
| CMYK | 0.29 | 0.90 | 0 | 0.08 |
| HSL | 281.04º | 0.84% | 0.51% | - |
| HSV(B) | 281.04º | 0.9% | 0.92% | - |
| XYZ | 31.45 | 14.94 | 79.82 | - |
| YUV | 90.52 | 209.54 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 235 | 0.29 | 0.90 | 0 | 0.08 | 281.04 | 0.84 | 0.51 |
| Hex | A8 | 17 | EB | 1D | 5A | 0 | 8 | 119 | 54 | 33 |
| Octal | 250 | 27 | 353 | 35 | 132 | 0 | 10 | 431 | 124 | 63 |
| Binary | 10101000 | 10111 | 11101011 | 11101 | 1011010 | 0 | 1000 | 100011001 | 1010100 | 110011 |
Color Harmonies of #A817EB
Complementary color
Monochromatic Colors of #A817EB
Black with #A817EB
Text Example
Text Example
White with #A817EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A817EB; }
p { color: rgb(168,23,235); }
H1.HeaderClassName
{
color: #A817EB;
}
.AnyTagClassName
{
color: #A817EB;
}
</style>
background-color css
<style>
a { background-color: #A817EB; }
a { background-color: rgb(168,23,235); }
div.DivClassName
{
background-color: #A817EB;
}
.BgClassName
{
background-color: #A817EB;
}
</style>
border-color css
<style>
span { border-color: #A817EB; }
span { border-color: rgb(168,23,235); }
td.TdClassName
{
border-color: #A817EB;
}
.TagClassName
{
border-color: #A817EB;
}
</style>