Shades of Electric Purple #A80FF3
Tints of Electric Purple #A80FF3
RGB
CMYK
RGB Variations
Color information
#A80FF3 (or 0xA80FF3) is known color: Electric Purple. HEX triplet: A8, 0F and F3. RGB value is (168,15,243). Sum of RGB (Red+Green+Blue) = 168+15+243=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 15 (6.25% from 255 or 3.52% from 426); Blue value is 243 (95.31% from 255 or 57.04% from 426); Max value from RGB is 243 - color contains mainly: blue. Hex color #A80FF3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A80FF3 is #57F00C. Grayscale: #555555. Windows color (decimal): -5763085 or 15929256. OLE color: 15929256.
HSL color Cylindrical-coordinate representation of color #A80FF3: hue angle of 280.26º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A80FF3 is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 15 | 243 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.05 |
| HSL | 280.26º | 0.9% | 0.51% | - |
| HSV(B) | 280.26º | 0.94% | 0.95% | - |
| XYZ | 32.5 | 15.14 | 86 | - |
| YUV | 86.74 | 216.19 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 15 | 243 | 0.31 | 0.94 | 0 | 0.05 | 280.26 | 0.9 | 0.51 |
| Hex | A8 | F | F3 | 1F | 5E | 0 | 5 | 118 | 5A | 33 |
| Octal | 250 | 17 | 363 | 37 | 136 | 0 | 5 | 430 | 132 | 63 |
| Binary | 10101000 | 1111 | 11110011 | 11111 | 1011110 | 0 | 101 | 100011000 | 1011010 | 110011 |
Color Harmonies of #A80FF3
Complementary color
Monochromatic Colors of #A80FF3
Black with #A80FF3
Text Example
Text Example
White with #A80FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80FF3; }
p { color: rgb(168,15,243); }
H1.HeaderClassName
{
color: #A80FF3;
}
.AnyTagClassName
{
color: #A80FF3;
}
</style>
background-color css
<style>
a { background-color: #A80FF3; }
a { background-color: rgb(168,15,243); }
div.DivClassName
{
background-color: #A80FF3;
}
.BgClassName
{
background-color: #A80FF3;
}
</style>
border-color css
<style>
span { border-color: #A80FF3; }
span { border-color: rgb(168,15,243); }
td.TdClassName
{
border-color: #A80FF3;
}
.TagClassName
{
border-color: #A80FF3;
}
</style>