Shades of Electric Purple #A10DF6
Tints of Electric Purple #A10DF6
RGB
CMYK
RGB Variations
Color information
#A10DF6 (or 0xA10DF6) is known color: Electric Purple. HEX triplet: A1, 0D and F6. RGB value is (161,13,246). Sum of RGB (Red+Green+Blue) = 161+13+246=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 13 (5.47% from 255 or 3.10% from 420); Blue value is 246 (96.48% from 255 or 58.57% from 420); Max value from RGB is 246 - color contains mainly: blue. Hex color #A10DF6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A10DF6 is #5EF209. Grayscale: #535353. Windows color (decimal): -6222346 or 16125345. OLE color: 16125345.
HSL color Cylindrical-coordinate representation of color #A10DF6: hue angle of 278.11º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A10DF6 is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 13 | 246 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.04 |
| HSL | 278.11º | 0.93% | 0.51% | - |
| HSV(B) | 278.11º | 0.95% | 0.96% | - |
| XYZ | 31.48 | 14.52 | 88.33 | - |
| YUV | 83.81 | 219.53 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 13 | 246 | 0.35 | 0.95 | 0 | 0.04 | 278.11 | 0.93 | 0.51 |
| Hex | A1 | D | F6 | 23 | 5F | 0 | 4 | 116 | 5D | 33 |
| Octal | 241 | 15 | 366 | 43 | 137 | 0 | 4 | 426 | 135 | 63 |
| Binary | 10100001 | 1101 | 11110110 | 100011 | 1011111 | 0 | 100 | 100010110 | 1011101 | 110011 |
Color Harmonies of #A10DF6
Complementary color
Monochromatic Colors of #A10DF6
Black with #A10DF6
Text Example
Text Example
White with #A10DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10DF6; }
p { color: rgb(161,13,246); }
H1.HeaderClassName
{
color: #A10DF6;
}
.AnyTagClassName
{
color: #A10DF6;
}
</style>
background-color css
<style>
a { background-color: #A10DF6; }
a { background-color: rgb(161,13,246); }
div.DivClassName
{
background-color: #A10DF6;
}
.BgClassName
{
background-color: #A10DF6;
}
</style>
border-color css
<style>
span { border-color: #A10DF6; }
span { border-color: rgb(161,13,246); }
td.TdClassName
{
border-color: #A10DF6;
}
.TagClassName
{
border-color: #A10DF6;
}
</style>