Shades of Electric Purple #A616FF
Tints of Electric Purple #A616FF
RGB
CMYK
RGB Variations
Color information
#A616FF (or 0xA616FF) is known color: Electric Purple. HEX triplet: A6, 16 and FF. RGB value is (166,22,255). Sum of RGB (Red+Green+Blue) = 166+22+255=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 22 (8.98% from 255 or 4.97% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #A616FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A616FF is #59E900. Grayscale: #5A5A5A. Windows color (decimal): -5892353 or 16717478. OLE color: 16717478.
HSL color Cylindrical-coordinate representation of color #A616FF: hue angle of 277.08º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A616FF is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 22 | 255 | - |
| CMYK | 0.35 | 0.91 | 0 | 0 |
| HSL | 277.08º | 1% | 0.54% | - |
| HSV(B) | 277.08º | 0.91% | 1% | - |
| XYZ | 34.06 | 15.9 | 95.88 | - |
| YUV | 91.62 | 220.21 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 22 | 255 | 0.35 | 0.91 | 0 | 0 | 277.08 | 1 | 0.54 |
| Hex | A6 | 16 | FF | 23 | 5B | 0 | 0 | 115 | 64 | 36 |
| Octal | 246 | 26 | 377 | 43 | 133 | 0 | 0 | 425 | 144 | 66 |
| Binary | 10100110 | 10110 | 11111111 | 100011 | 1011011 | 0 | 0 | 100010101 | 1100100 | 110110 |
Color Harmonies of #A616FF
Complementary color
Monochromatic Colors of #A616FF
Black with #A616FF
Text Example
Text Example
White with #A616FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A616FF; }
p { color: rgb(166,22,255); }
H1.HeaderClassName
{
color: #A616FF;
}
.AnyTagClassName
{
color: #A616FF;
}
</style>
background-color css
<style>
a { background-color: #A616FF; }
a { background-color: rgb(166,22,255); }
div.DivClassName
{
background-color: #A616FF;
}
.BgClassName
{
background-color: #A616FF;
}
</style>
border-color css
<style>
span { border-color: #A616FF; }
span { border-color: rgb(166,22,255); }
td.TdClassName
{
border-color: #A616FF;
}
.TagClassName
{
border-color: #A616FF;
}
</style>