Shades of Electric Purple #A617FC
Tints of Electric Purple #A617FC
RGB
CMYK
RGB Variations
Color information
#A617FC (or 0xA617FC) is known color: Electric Purple. HEX triplet: A6, 17 and FC. RGB value is (166,23,252). Sum of RGB (Red+Green+Blue) = 166+23+252=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 23 (9.38% from 255 or 5.22% from 441); Blue value is 252 (98.83% from 255 or 57.14% from 441); Max value from RGB is 252 - color contains mainly: blue. Hex color #A617FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A617FC is #59E803. Grayscale: #5B5B5B. Windows color (decimal): -5892100 or 16521126. OLE color: 16521126.
HSL color Cylindrical-coordinate representation of color #A617FC: hue angle of 277.47º 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 #A617FC is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 23 | 252 | - |
| CMYK | 0.34 | 0.91 | 0 | 0.01 |
| HSL | 277.47º | 0.97% | 0.54% | - |
| HSV(B) | 277.47º | 0.91% | 0.99% | - |
| XYZ | 33.6 | 15.75 | 93.36 | - |
| YUV | 91.86 | 218.38 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 23 | 252 | 0.34 | 0.91 | 0 | 0.01 | 277.47 | 0.97 | 0.54 |
| Hex | A6 | 17 | FC | 22 | 5B | 0 | 1 | 115 | 61 | 36 |
| Octal | 246 | 27 | 374 | 42 | 133 | 0 | 1 | 425 | 141 | 66 |
| Binary | 10100110 | 10111 | 11111100 | 100010 | 1011011 | 0 | 1 | 100010101 | 1100001 | 110110 |
Color Harmonies of #A617FC
Complementary color
Monochromatic Colors of #A617FC
Black with #A617FC
Text Example
Text Example
White with #A617FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A617FC; }
p { color: rgb(166,23,252); }
H1.HeaderClassName
{
color: #A617FC;
}
.AnyTagClassName
{
color: #A617FC;
}
</style>
background-color css
<style>
a { background-color: #A617FC; }
a { background-color: rgb(166,23,252); }
div.DivClassName
{
background-color: #A617FC;
}
.BgClassName
{
background-color: #A617FC;
}
</style>
border-color css
<style>
span { border-color: #A617FC; }
span { border-color: rgb(166,23,252); }
td.TdClassName
{
border-color: #A617FC;
}
.TagClassName
{
border-color: #A617FC;
}
</style>