Shades of Electric Purple #A80DF0
Tints of Electric Purple #A80DF0
RGB
CMYK
RGB Variations
Color information
#A80DF0 (or 0xA80DF0) is known color: Electric Purple. HEX triplet: A8, 0D and F0. RGB value is (168,13,240). Sum of RGB (Red+Green+Blue) = 168+13+240=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 13 (5.47% from 255 or 3.09% from 421); Blue value is 240 (94.14% from 255 or 57.01% from 421); Max value from RGB is 240 - color contains mainly: blue. Hex color #A80DF0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A80DF0 is #57F20F. Grayscale: #545454. Windows color (decimal): -5763600 or 15732136. OLE color: 15732136.
HSL color Cylindrical-coordinate representation of color #A80DF0: hue angle of 280.97º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A80DF0 is Cyan = 0.3, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 13 | 240 | - |
| CMYK | 0.3 | 0.95 | 0 | 0.06 |
| HSL | 280.97º | 0.9% | 0.5% | - |
| HSV(B) | 280.97º | 0.95% | 0.94% | - |
| XYZ | 32.02 | 14.9 | 83.63 | - |
| YUV | 85.22 | 215.35 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 13 | 240 | 0.3 | 0.95 | 0 | 0.06 | 280.97 | 0.9 | 0.5 |
| Hex | A8 | D | F0 | 1E | 5F | 0 | 6 | 119 | 5A | 32 |
| Octal | 250 | 15 | 360 | 36 | 137 | 0 | 6 | 431 | 132 | 62 |
| Binary | 10101000 | 1101 | 11110000 | 11110 | 1011111 | 0 | 110 | 100011001 | 1011010 | 110010 |
Color Harmonies of #A80DF0
Complementary color
Monochromatic Colors of #A80DF0
Black with #A80DF0
Text Example
Text Example
White with #A80DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80DF0; }
p { color: rgb(168,13,240); }
H1.HeaderClassName
{
color: #A80DF0;
}
.AnyTagClassName
{
color: #A80DF0;
}
</style>
background-color css
<style>
a { background-color: #A80DF0; }
a { background-color: rgb(168,13,240); }
div.DivClassName
{
background-color: #A80DF0;
}
.BgClassName
{
background-color: #A80DF0;
}
</style>
border-color css
<style>
span { border-color: #A80DF0; }
span { border-color: rgb(168,13,240); }
td.TdClassName
{
border-color: #A80DF0;
}
.TagClassName
{
border-color: #A80DF0;
}
</style>