Shades of Electric Purple #A80CFF
Tints of Electric Purple #A80CFF
RGB
CMYK
RGB Variations
Color information
#A80CFF (or 0xA80CFF) is known color: Electric Purple. HEX triplet: A8, 0C and FF. RGB value is (168,12,255). Sum of RGB (Red+Green+Blue) = 168+12+255=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 12 (5.08% from 255 or 2.76% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #A80CFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A80CFF is #57F300. Grayscale: #555555. Windows color (decimal): -5763841 or 16714920. OLE color: 16714920.
HSL color Cylindrical-coordinate representation of color #A80CFF: hue angle of 278.52º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A80CFF is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 12 | 255 | - |
| CMYK | 0.34 | 0.95 | 0 | 0 |
| HSL | 278.52º | 1% | 0.52% | - |
| HSV(B) | 278.52º | 0.95% | 1% | - |
| XYZ | 34.33 | 15.81 | 95.85 | - |
| YUV | 86.35 | 223.18 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 12 | 255 | 0.34 | 0.95 | 0 | 0 | 278.52 | 1 | 0.52 |
| Hex | A8 | C | FF | 22 | 5F | 0 | 0 | 117 | 64 | 34 |
| Octal | 250 | 14 | 377 | 42 | 137 | 0 | 0 | 427 | 144 | 64 |
| Binary | 10101000 | 1100 | 11111111 | 100010 | 1011111 | 0 | 0 | 100010111 | 1100100 | 110100 |
Color Harmonies of #A80CFF
Complementary color
Monochromatic Colors of #A80CFF
Black with #A80CFF
Text Example
Text Example
White with #A80CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80CFF; }
p { color: rgb(168,12,255); }
H1.HeaderClassName
{
color: #A80CFF;
}
.AnyTagClassName
{
color: #A80CFF;
}
</style>
background-color css
<style>
a { background-color: #A80CFF; }
a { background-color: rgb(168,12,255); }
div.DivClassName
{
background-color: #A80CFF;
}
.BgClassName
{
background-color: #A80CFF;
}
</style>
border-color css
<style>
span { border-color: #A80CFF; }
span { border-color: rgb(168,12,255); }
td.TdClassName
{
border-color: #A80CFF;
}
.TagClassName
{
border-color: #A80CFF;
}
</style>