Shades of Electric Purple #A80DFB
Tints of Electric Purple #A80DFB
RGB
CMYK
RGB Variations
Color information
#A80DFB (or 0xA80DFB) is known color: Electric Purple. HEX triplet: A8, 0D and FB. RGB value is (168,13,251). Sum of RGB (Red+Green+Blue) = 168+13+251=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 13 (5.47% from 255 or 3.01% from 432); Blue value is 251 (98.44% from 255 or 58.10% from 432); Max value from RGB is 251 - color contains mainly: blue. Hex color #A80DFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A80DFB is #57F204. Grayscale: #555555. Windows color (decimal): -5763589 or 16453032. OLE color: 16453032.
HSL color Cylindrical-coordinate representation of color #A80DFB: hue angle of 279.08º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A80DFB is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 13 | 251 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.02 |
| HSL | 279.08º | 0.97% | 0.52% | - |
| HSV(B) | 279.08º | 0.95% | 0.98% | - |
| XYZ | 33.7 | 15.58 | 92.5 | - |
| YUV | 86.48 | 220.85 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 13 | 251 | 0.33 | 0.95 | 0 | 0.02 | 279.08 | 0.97 | 0.52 |
| Hex | A8 | D | FB | 21 | 5F | 0 | 2 | 117 | 61 | 34 |
| Octal | 250 | 15 | 373 | 41 | 137 | 0 | 2 | 427 | 141 | 64 |
| Binary | 10101000 | 1101 | 11111011 | 100001 | 1011111 | 0 | 10 | 100010111 | 1100001 | 110100 |
Color Harmonies of #A80DFB
Complementary color
Monochromatic Colors of #A80DFB
Black with #A80DFB
Text Example
Text Example
White with #A80DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80DFB; }
p { color: rgb(168,13,251); }
H1.HeaderClassName
{
color: #A80DFB;
}
.AnyTagClassName
{
color: #A80DFB;
}
</style>
background-color css
<style>
a { background-color: #A80DFB; }
a { background-color: rgb(168,13,251); }
div.DivClassName
{
background-color: #A80DFB;
}
.BgClassName
{
background-color: #A80DFB;
}
</style>
border-color css
<style>
span { border-color: #A80DFB; }
span { border-color: rgb(168,13,251); }
td.TdClassName
{
border-color: #A80DFB;
}
.TagClassName
{
border-color: #A80DFB;
}
</style>