Shades of Electric Purple #A817FC
Tints of Electric Purple #A817FC
RGB
CMYK
RGB Variations
Color information
#A817FC (or 0xA817FC) is known color: Electric Purple. HEX triplet: A8, 17 and FC. RGB value is (168,23,252). Sum of RGB (Red+Green+Blue) = 168+23+252=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 23 (9.38% from 255 or 5.19% from 443); Blue value is 252 (98.83% from 255 or 56.88% from 443); Max value from RGB is 252 - color contains mainly: blue. Hex color #A817FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A817FC is #57E803. Grayscale: #5B5B5B. Windows color (decimal): -5761028 or 16521128. OLE color: 16521128.
HSL color Cylindrical-coordinate representation of color #A817FC: hue angle of 277.99º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A817FC is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 23 | 252 | - |
| CMYK | 0.33 | 0.91 | 0 | 0.01 |
| HSL | 277.99º | 0.97% | 0.54% | - |
| HSV(B) | 277.99º | 0.91% | 0.99% | - |
| XYZ | 34.03 | 15.97 | 93.38 | - |
| YUV | 92.46 | 218.04 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 252 | 0.33 | 0.91 | 0 | 0.01 | 277.99 | 0.97 | 0.54 |
| Hex | A8 | 17 | FC | 21 | 5B | 0 | 1 | 116 | 61 | 36 |
| Octal | 250 | 27 | 374 | 41 | 133 | 0 | 1 | 426 | 141 | 66 |
| Binary | 10101000 | 10111 | 11111100 | 100001 | 1011011 | 0 | 1 | 100010110 | 1100001 | 110110 |
Color Harmonies of #A817FC
Complementary color
Monochromatic Colors of #A817FC
Black with #A817FC
Text Example
Text Example
White with #A817FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A817FC; }
p { color: rgb(168,23,252); }
H1.HeaderClassName
{
color: #A817FC;
}
.AnyTagClassName
{
color: #A817FC;
}
</style>
background-color css
<style>
a { background-color: #A817FC; }
a { background-color: rgb(168,23,252); }
div.DivClassName
{
background-color: #A817FC;
}
.BgClassName
{
background-color: #A817FC;
}
</style>
border-color css
<style>
span { border-color: #A817FC; }
span { border-color: rgb(168,23,252); }
td.TdClassName
{
border-color: #A817FC;
}
.TagClassName
{
border-color: #A817FC;
}
</style>