Shades of Electric Purple #A616F5
Tints of Electric Purple #A616F5
RGB
CMYK
RGB Variations
Color information
#A616F5 (or 0xA616F5) is known color: Electric Purple. HEX triplet: A6, 16 and F5. RGB value is (166,22,245). Sum of RGB (Red+Green+Blue) = 166+22+245=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 22 (8.98% from 255 or 5.08% from 433); Blue value is 245 (96.09% from 255 or 56.58% from 433); Max value from RGB is 245 - color contains mainly: blue. Hex color #A616F5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A616F5 is #59E90A. Grayscale: #595959. Windows color (decimal): -5892363 or 16062118. OLE color: 16062118.
HSL color Cylindrical-coordinate representation of color #A616F5: hue angle of 278.74º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A616F5 is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 22 | 245 | - |
| CMYK | 0.32 | 0.91 | 0 | 0.04 |
| HSL | 278.74º | 0.92% | 0.52% | - |
| HSV(B) | 278.74º | 0.91% | 0.96% | - |
| XYZ | 32.49 | 15.27 | 87.62 | - |
| YUV | 90.48 | 215.21 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 22 | 245 | 0.32 | 0.91 | 0 | 0.04 | 278.74 | 0.92 | 0.52 |
| Hex | A6 | 16 | F5 | 20 | 5B | 0 | 4 | 117 | 5C | 34 |
| Octal | 246 | 26 | 365 | 40 | 133 | 0 | 4 | 427 | 134 | 64 |
| Binary | 10100110 | 10110 | 11110101 | 100000 | 1011011 | 0 | 100 | 100010111 | 1011100 | 110100 |
Color Harmonies of #A616F5
Complementary color
Monochromatic Colors of #A616F5
Black with #A616F5
Text Example
Text Example
White with #A616F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A616F5; }
p { color: rgb(166,22,245); }
H1.HeaderClassName
{
color: #A616F5;
}
.AnyTagClassName
{
color: #A616F5;
}
</style>
background-color css
<style>
a { background-color: #A616F5; }
a { background-color: rgb(166,22,245); }
div.DivClassName
{
background-color: #A616F5;
}
.BgClassName
{
background-color: #A616F5;
}
</style>
border-color css
<style>
span { border-color: #A616F5; }
span { border-color: rgb(166,22,245); }
td.TdClassName
{
border-color: #A616F5;
}
.TagClassName
{
border-color: #A616F5;
}
</style>