Shades of Electric Purple #A80CFC
Tints of Electric Purple #A80CFC
RGB
CMYK
RGB Variations
Color information
#A80CFC (or 0xA80CFC) is known color: Electric Purple. HEX triplet: A8, 0C and FC. RGB value is (168,12,252). Sum of RGB (Red+Green+Blue) = 168+12+252=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 12 (5.08% from 255 or 2.78% from 432); Blue value is 252 (98.83% from 255 or 58.33% from 432); Max value from RGB is 252 - color contains mainly: blue. Hex color #A80CFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A80CFC is #57F303. Grayscale: #555555. Windows color (decimal): -5763844 or 16518312. OLE color: 16518312.
HSL color Cylindrical-coordinate representation of color #A80CFC: hue angle of 279º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A80CFC is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 12 | 252 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.01 |
| HSL | 279º | 0.98% | 0.52% | - |
| HSV(B) | 279º | 0.95% | 0.99% | - |
| XYZ | 33.85 | 15.62 | 93.33 | - |
| YUV | 86 | 221.68 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 12 | 252 | 0.33 | 0.95 | 0 | 0.01 | 279 | 0.98 | 0.52 |
| Hex | A8 | C | FC | 21 | 5F | 0 | 1 | 117 | 62 | 34 |
| Octal | 250 | 14 | 374 | 41 | 137 | 0 | 1 | 427 | 142 | 64 |
| Binary | 10101000 | 1100 | 11111100 | 100001 | 1011111 | 0 | 1 | 100010111 | 1100010 | 110100 |
Color Harmonies of #A80CFC
Complementary color
Monochromatic Colors of #A80CFC
Black with #A80CFC
Text Example
Text Example
White with #A80CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80CFC; }
p { color: rgb(168,12,252); }
H1.HeaderClassName
{
color: #A80CFC;
}
.AnyTagClassName
{
color: #A80CFC;
}
</style>
background-color css
<style>
a { background-color: #A80CFC; }
a { background-color: rgb(168,12,252); }
div.DivClassName
{
background-color: #A80CFC;
}
.BgClassName
{
background-color: #A80CFC;
}
</style>
border-color css
<style>
span { border-color: #A80CFC; }
span { border-color: rgb(168,12,252); }
td.TdClassName
{
border-color: #A80CFC;
}
.TagClassName
{
border-color: #A80CFC;
}
</style>