Shades of Electric Purple #A617FF
Tints of Electric Purple #A617FF
RGB
CMYK
RGB Variations
Color information
#A617FF (or 0xA617FF) is known color: Electric Purple. HEX triplet: A6, 17 and FF. RGB value is (166,23,255). Sum of RGB (Red+Green+Blue) = 166+23+255=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 23 (9.38% from 255 or 5.18% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #A617FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A617FF is #59E800. Grayscale: #5B5B5B. Windows color (decimal): -5892097 or 16717734. OLE color: 16717734.
HSL color Cylindrical-coordinate representation of color #A617FF: hue angle of 276.98º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A617FF is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 23 | 255 | - |
| CMYK | 0.35 | 0.91 | 0 | 0 |
| HSL | 276.98º | 1% | 0.55% | - |
| HSV(B) | 276.98º | 0.91% | 1% | - |
| XYZ | 34.08 | 15.94 | 95.89 | - |
| YUV | 92.21 | 219.88 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 23 | 255 | 0.35 | 0.91 | 0 | 0 | 276.98 | 1 | 0.55 |
| Hex | A6 | 17 | FF | 23 | 5B | 0 | 0 | 115 | 64 | 37 |
| Octal | 246 | 27 | 377 | 43 | 133 | 0 | 0 | 425 | 144 | 67 |
| Binary | 10100110 | 10111 | 11111111 | 100011 | 1011011 | 0 | 0 | 100010101 | 1100100 | 110111 |
Color Harmonies of #A617FF
Complementary color
Monochromatic Colors of #A617FF
Black with #A617FF
Text Example
Text Example
White with #A617FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A617FF; }
p { color: rgb(166,23,255); }
H1.HeaderClassName
{
color: #A617FF;
}
.AnyTagClassName
{
color: #A617FF;
}
</style>
background-color css
<style>
a { background-color: #A617FF; }
a { background-color: rgb(166,23,255); }
div.DivClassName
{
background-color: #A617FF;
}
.BgClassName
{
background-color: #A617FF;
}
</style>
border-color css
<style>
span { border-color: #A617FF; }
span { border-color: rgb(166,23,255); }
td.TdClassName
{
border-color: #A617FF;
}
.TagClassName
{
border-color: #A617FF;
}
</style>