Shades of Electric Purple #A817F1
Tints of Electric Purple #A817F1
RGB
CMYK
RGB Variations
Color information
#A817F1 (or 0xA817F1) is known color: Electric Purple. HEX triplet: A8, 17 and F1. RGB value is (168,23,241). Sum of RGB (Red+Green+Blue) = 168+23+241=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 23 (9.38% from 255 or 5.32% from 432); Blue value is 241 (94.53% from 255 or 55.79% from 432); Max value from RGB is 241 - color contains mainly: blue. Hex color #A817F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A817F1 is #57E80E. Grayscale: #5A5A5A. Windows color (decimal): -5761039 or 15800232. OLE color: 15800232.
HSL color Cylindrical-coordinate representation of color #A817F1: hue angle of 279.91º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A817F1 is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 23 | 241 | - |
| CMYK | 0.30 | 0.90 | 0 | 0.05 |
| HSL | 279.91º | 0.89% | 0.52% | - |
| HSV(B) | 279.91º | 0.9% | 0.95% | - |
| XYZ | 32.33 | 15.29 | 84.47 | - |
| YUV | 91.21 | 212.54 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 241 | 0.30 | 0.90 | 0 | 0.05 | 279.91 | 0.89 | 0.52 |
| Hex | A8 | 17 | F1 | 1E | 5A | 0 | 5 | 118 | 59 | 34 |
| Octal | 250 | 27 | 361 | 36 | 132 | 0 | 5 | 430 | 131 | 64 |
| Binary | 10101000 | 10111 | 11110001 | 11110 | 1011010 | 0 | 101 | 100011000 | 1011001 | 110100 |
Color Harmonies of #A817F1
Complementary color
Monochromatic Colors of #A817F1
Black with #A817F1
Text Example
Text Example
White with #A817F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A817F1; }
p { color: rgb(168,23,241); }
H1.HeaderClassName
{
color: #A817F1;
}
.AnyTagClassName
{
color: #A817F1;
}
</style>
background-color css
<style>
a { background-color: #A817F1; }
a { background-color: rgb(168,23,241); }
div.DivClassName
{
background-color: #A817F1;
}
.BgClassName
{
background-color: #A817F1;
}
</style>
border-color css
<style>
span { border-color: #A817F1; }
span { border-color: rgb(168,23,241); }
td.TdClassName
{
border-color: #A817F1;
}
.TagClassName
{
border-color: #A817F1;
}
</style>