Shades of Electric Purple #A81DF6
Tints of Electric Purple #A81DF6
RGB
CMYK
RGB Variations
Color information
#A81DF6 (or 0xA81DF6) is known color: Electric Purple. HEX triplet: A8, 1D and F6. RGB value is (168,29,246). Sum of RGB (Red+Green+Blue) = 168+29+246=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 29 (11.72% from 255 or 6.55% from 443); Blue value is 246 (96.48% from 255 or 55.53% from 443); Max value from RGB is 246 - color contains mainly: blue. Hex color #A81DF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81DF6 is #57E209. Grayscale: #5E5E5E. Windows color (decimal): -5759498 or 16129448. OLE color: 16129448.
HSL color Cylindrical-coordinate representation of color #A81DF6: hue angle of 278.43º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A81DF6 is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 29 | 246 | - |
| CMYK | 0.32 | 0.88 | 0 | 0.04 |
| HSL | 278.43º | 0.92% | 0.54% | - |
| HSV(B) | 278.43º | 0.88% | 0.96% | - |
| XYZ | 33.22 | 15.86 | 88.5 | - |
| YUV | 95.3 | 213.05 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 29 | 246 | 0.32 | 0.88 | 0 | 0.04 | 278.43 | 0.92 | 0.54 |
| Hex | A8 | 1D | F6 | 20 | 58 | 0 | 4 | 116 | 5C | 36 |
| Octal | 250 | 35 | 366 | 40 | 130 | 0 | 4 | 426 | 134 | 66 |
| Binary | 10101000 | 11101 | 11110110 | 100000 | 1011000 | 0 | 100 | 100010110 | 1011100 | 110110 |
Color Harmonies of #A81DF6
Complementary color
Monochromatic Colors of #A81DF6
Black with #A81DF6
Text Example
Text Example
White with #A81DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81DF6; }
p { color: rgb(168,29,246); }
H1.HeaderClassName
{
color: #A81DF6;
}
.AnyTagClassName
{
color: #A81DF6;
}
</style>
background-color css
<style>
a { background-color: #A81DF6; }
a { background-color: rgb(168,29,246); }
div.DivClassName
{
background-color: #A81DF6;
}
.BgClassName
{
background-color: #A81DF6;
}
</style>
border-color css
<style>
span { border-color: #A81DF6; }
span { border-color: rgb(168,29,246); }
td.TdClassName
{
border-color: #A81DF6;
}
.TagClassName
{
border-color: #A81DF6;
}
</style>