Shades of Electric Purple #A80FFC
Tints of Electric Purple #A80FFC
RGB
CMYK
RGB Variations
Color information
#A80FFC (or 0xA80FFC) is known color: Electric Purple. HEX triplet: A8, 0F and FC. RGB value is (168,15,252). Sum of RGB (Red+Green+Blue) = 168+15+252=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 15 (6.25% from 255 or 3.45% from 435); Blue value is 252 (98.83% from 255 or 57.93% from 435); Max value from RGB is 252 - color contains mainly: blue. Hex color #A80FFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A80FFC is #57F003. Grayscale: #565656. Windows color (decimal): -5763076 or 16519080. OLE color: 16519080.
HSL color Cylindrical-coordinate representation of color #A80FFC: hue angle of 278.73º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A80FFC is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 15 | 252 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.01 |
| HSL | 278.73º | 0.98% | 0.52% | - |
| HSV(B) | 278.73º | 0.94% | 0.99% | - |
| XYZ | 33.89 | 15.69 | 93.34 | - |
| YUV | 87.77 | 220.69 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 15 | 252 | 0.33 | 0.94 | 0 | 0.01 | 278.73 | 0.98 | 0.52 |
| Hex | A8 | F | FC | 21 | 5E | 0 | 1 | 117 | 62 | 34 |
| Octal | 250 | 17 | 374 | 41 | 136 | 0 | 1 | 427 | 142 | 64 |
| Binary | 10101000 | 1111 | 11111100 | 100001 | 1011110 | 0 | 1 | 100010111 | 1100010 | 110100 |
Color Harmonies of #A80FFC
Complementary color
Monochromatic Colors of #A80FFC
Black with #A80FFC
Text Example
Text Example
White with #A80FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80FFC; }
p { color: rgb(168,15,252); }
H1.HeaderClassName
{
color: #A80FFC;
}
.AnyTagClassName
{
color: #A80FFC;
}
</style>
background-color css
<style>
a { background-color: #A80FFC; }
a { background-color: rgb(168,15,252); }
div.DivClassName
{
background-color: #A80FFC;
}
.BgClassName
{
background-color: #A80FFC;
}
</style>
border-color css
<style>
span { border-color: #A80FFC; }
span { border-color: rgb(168,15,252); }
td.TdClassName
{
border-color: #A80FFC;
}
.TagClassName
{
border-color: #A80FFC;
}
</style>