Shades of Electric Purple #A80FF2
Tints of Electric Purple #A80FF2
RGB
CMYK
RGB Variations
Color information
#A80FF2 (or 0xA80FF2) is known color: Electric Purple. HEX triplet: A8, 0F and F2. RGB value is (168,15,242). Sum of RGB (Red+Green+Blue) = 168+15+242=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 15 (6.25% from 255 or 3.53% from 425); Blue value is 242 (94.92% from 255 or 56.94% from 425); Max value from RGB is 242 - color contains mainly: blue. Hex color #A80FF2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A80FF2 is #57F00D. Grayscale: #555555. Windows color (decimal): -5763086 or 15863720. OLE color: 15863720.
HSL color Cylindrical-coordinate representation of color #A80FF2: hue angle of 280.44º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A80FF2 is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 15 | 242 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.05 |
| HSL | 280.44º | 0.9% | 0.5% | - |
| HSV(B) | 280.44º | 0.94% | 0.95% | - |
| XYZ | 32.35 | 15.08 | 85.21 | - |
| YUV | 86.63 | 215.69 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 15 | 242 | 0.31 | 0.94 | 0 | 0.05 | 280.44 | 0.9 | 0.5 |
| Hex | A8 | F | F2 | 1F | 5E | 0 | 5 | 118 | 5A | 32 |
| Octal | 250 | 17 | 362 | 37 | 136 | 0 | 5 | 430 | 132 | 62 |
| Binary | 10101000 | 1111 | 11110010 | 11111 | 1011110 | 0 | 101 | 100011000 | 1011010 | 110010 |
Color Harmonies of #A80FF2
Complementary color
Monochromatic Colors of #A80FF2
Black with #A80FF2
Text Example
Text Example
White with #A80FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80FF2; }
p { color: rgb(168,15,242); }
H1.HeaderClassName
{
color: #A80FF2;
}
.AnyTagClassName
{
color: #A80FF2;
}
</style>
background-color css
<style>
a { background-color: #A80FF2; }
a { background-color: rgb(168,15,242); }
div.DivClassName
{
background-color: #A80FF2;
}
.BgClassName
{
background-color: #A80FF2;
}
</style>
border-color css
<style>
span { border-color: #A80FF2; }
span { border-color: rgb(168,15,242); }
td.TdClassName
{
border-color: #A80FF2;
}
.TagClassName
{
border-color: #A80FF2;
}
</style>