Shades of Electric Purple #A616FD
Tints of Electric Purple #A616FD
RGB
CMYK
RGB Variations
Color information
#A616FD (or 0xA616FD) is known color: Electric Purple. HEX triplet: A6, 16 and FD. RGB value is (166,22,253). Sum of RGB (Red+Green+Blue) = 166+22+253=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 22 (8.98% from 255 or 4.99% from 441); Blue value is 253 (99.22% from 255 or 57.37% from 441); Max value from RGB is 253 - color contains mainly: blue. Hex color #A616FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A616FD is #59E902. Grayscale: #5A5A5A. Windows color (decimal): -5892355 or 16586406. OLE color: 16586406.
HSL color Cylindrical-coordinate representation of color #A616FD: hue angle of 277.4º degrees, saturation: 0.98, 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 #A616FD is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 22 | 253 | - |
| CMYK | 0.34 | 0.91 | 0 | 0.01 |
| HSL | 277.4º | 0.98% | 0.54% | - |
| HSV(B) | 277.4º | 0.91% | 0.99% | - |
| XYZ | 33.74 | 15.77 | 94.19 | - |
| YUV | 91.39 | 219.21 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 22 | 253 | 0.34 | 0.91 | 0 | 0.01 | 277.4 | 0.98 | 0.54 |
| Hex | A6 | 16 | FD | 22 | 5B | 0 | 1 | 115 | 62 | 36 |
| Octal | 246 | 26 | 375 | 42 | 133 | 0 | 1 | 425 | 142 | 66 |
| Binary | 10100110 | 10110 | 11111101 | 100010 | 1011011 | 0 | 1 | 100010101 | 1100010 | 110110 |
Color Harmonies of #A616FD
Complementary color
Monochromatic Colors of #A616FD
Black with #A616FD
Text Example
Text Example
White with #A616FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A616FD; }
p { color: rgb(166,22,253); }
H1.HeaderClassName
{
color: #A616FD;
}
.AnyTagClassName
{
color: #A616FD;
}
</style>
background-color css
<style>
a { background-color: #A616FD; }
a { background-color: rgb(166,22,253); }
div.DivClassName
{
background-color: #A616FD;
}
.BgClassName
{
background-color: #A616FD;
}
</style>
border-color css
<style>
span { border-color: #A616FD; }
span { border-color: rgb(166,22,253); }
td.TdClassName
{
border-color: #A616FD;
}
.TagClassName
{
border-color: #A616FD;
}
</style>