Shades of Electric Purple #A81DFB
Tints of Electric Purple #A81DFB
RGB
CMYK
RGB Variations
Color information
#A81DFB (or 0xA81DFB) is known color: Electric Purple. HEX triplet: A8, 1D and FB. RGB value is (168,29,251). Sum of RGB (Red+Green+Blue) = 168+29+251=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 29 (11.72% from 255 or 6.47% from 448); Blue value is 251 (98.44% from 255 or 56.03% from 448); Max value from RGB is 251 - color contains mainly: blue. Hex color #A81DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81DFB is #57E204. Grayscale: #5F5F5F. Windows color (decimal): -5759493 or 16457128. OLE color: 16457128.
HSL color Cylindrical-coordinate representation of color #A81DFB: hue angle of 277.57º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A81DFB is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 29 | 251 | - |
| CMYK | 0.33 | 0.88 | 0 | 0.02 |
| HSL | 277.57º | 0.97% | 0.55% | - |
| HSV(B) | 277.57º | 0.88% | 0.98% | - |
| XYZ | 34 | 16.17 | 92.6 | - |
| YUV | 95.87 | 215.55 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 29 | 251 | 0.33 | 0.88 | 0 | 0.02 | 277.57 | 0.97 | 0.55 |
| Hex | A8 | 1D | FB | 21 | 58 | 0 | 2 | 116 | 61 | 37 |
| Octal | 250 | 35 | 373 | 41 | 130 | 0 | 2 | 426 | 141 | 67 |
| Binary | 10101000 | 11101 | 11111011 | 100001 | 1011000 | 0 | 10 | 100010110 | 1100001 | 110111 |
Color Harmonies of #A81DFB
Complementary color
Monochromatic Colors of #A81DFB
Black with #A81DFB
Text Example
Text Example
White with #A81DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81DFB; }
p { color: rgb(168,29,251); }
H1.HeaderClassName
{
color: #A81DFB;
}
.AnyTagClassName
{
color: #A81DFB;
}
</style>
background-color css
<style>
a { background-color: #A81DFB; }
a { background-color: rgb(168,29,251); }
div.DivClassName
{
background-color: #A81DFB;
}
.BgClassName
{
background-color: #A81DFB;
}
</style>
border-color css
<style>
span { border-color: #A81DFB; }
span { border-color: rgb(168,29,251); }
td.TdClassName
{
border-color: #A81DFB;
}
.TagClassName
{
border-color: #A81DFB;
}
</style>