Shades of Electric Purple #A817ED
Tints of Electric Purple #A817ED
RGB
CMYK
RGB Variations
Color information
#A817ED (or 0xA817ED) is known color: Electric Purple. HEX triplet: A8, 17 and ED. RGB value is (168,23,237). Sum of RGB (Red+Green+Blue) = 168+23+237=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 23 (9.38% from 255 or 5.37% from 428); Blue value is 237 (92.97% from 255 or 55.37% from 428); Max value from RGB is 237 - color contains mainly: blue. Hex color #A817ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A817ED is #57E812. Grayscale: #5A5A5A. Windows color (decimal): -5761043 or 15538088. OLE color: 15538088.
HSL color Cylindrical-coordinate representation of color #A817ED: hue angle of 280.65º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A817ED is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 23 | 237 | - |
| CMYK | 0.29 | 0.90 | 0 | 0.07 |
| HSL | 280.65º | 0.86% | 0.51% | - |
| HSV(B) | 280.65º | 0.9% | 0.93% | - |
| XYZ | 31.74 | 15.05 | 81.35 | - |
| YUV | 90.75 | 210.54 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 237 | 0.29 | 0.90 | 0 | 0.07 | 280.65 | 0.86 | 0.51 |
| Hex | A8 | 17 | ED | 1D | 5A | 0 | 7 | 119 | 56 | 33 |
| Octal | 250 | 27 | 355 | 35 | 132 | 0 | 7 | 431 | 126 | 63 |
| Binary | 10101000 | 10111 | 11101101 | 11101 | 1011010 | 0 | 111 | 100011001 | 1010110 | 110011 |
Color Harmonies of #A817ED
Complementary color
Monochromatic Colors of #A817ED
Black with #A817ED
Text Example
Text Example
White with #A817ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A817ED; }
p { color: rgb(168,23,237); }
H1.HeaderClassName
{
color: #A817ED;
}
.AnyTagClassName
{
color: #A817ED;
}
</style>
background-color css
<style>
a { background-color: #A817ED; }
a { background-color: rgb(168,23,237); }
div.DivClassName
{
background-color: #A817ED;
}
.BgClassName
{
background-color: #A817ED;
}
</style>
border-color css
<style>
span { border-color: #A817ED; }
span { border-color: rgb(168,23,237); }
td.TdClassName
{
border-color: #A817ED;
}
.TagClassName
{
border-color: #A817ED;
}
</style>