Shades of Electric Purple #A80CFD
Tints of Electric Purple #A80CFD
RGB
CMYK
RGB Variations
Color information
#A80CFD (or 0xA80CFD) is known color: Electric Purple. HEX triplet: A8, 0C and FD. RGB value is (168,12,253). Sum of RGB (Red+Green+Blue) = 168+12+253=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 12 (5.08% from 255 or 2.77% from 433); Blue value is 253 (99.22% from 255 or 58.43% from 433); Max value from RGB is 253 - color contains mainly: blue. Hex color #A80CFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A80CFD is #57F302. Grayscale: #555555. Windows color (decimal): -5763843 or 16583848. OLE color: 16583848.
HSL color Cylindrical-coordinate representation of color #A80CFD: hue angle of 278.84º 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 #A80CFD is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 12 | 253 | - |
| CMYK | 0.34 | 0.95 | 0 | 0.01 |
| HSL | 278.84º | 0.98% | 0.52% | - |
| HSV(B) | 278.84º | 0.95% | 0.99% | - |
| XYZ | 34.01 | 15.68 | 94.16 | - |
| YUV | 86.12 | 222.18 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 12 | 253 | 0.34 | 0.95 | 0 | 0.01 | 278.84 | 0.98 | 0.52 |
| Hex | A8 | C | FD | 22 | 5F | 0 | 1 | 117 | 62 | 34 |
| Octal | 250 | 14 | 375 | 42 | 137 | 0 | 1 | 427 | 142 | 64 |
| Binary | 10101000 | 1100 | 11111101 | 100010 | 1011111 | 0 | 1 | 100010111 | 1100010 | 110100 |
Color Harmonies of #A80CFD
Complementary color
Monochromatic Colors of #A80CFD
Black with #A80CFD
Text Example
Text Example
White with #A80CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80CFD; }
p { color: rgb(168,12,253); }
H1.HeaderClassName
{
color: #A80CFD;
}
.AnyTagClassName
{
color: #A80CFD;
}
</style>
background-color css
<style>
a { background-color: #A80CFD; }
a { background-color: rgb(168,12,253); }
div.DivClassName
{
background-color: #A80CFD;
}
.BgClassName
{
background-color: #A80CFD;
}
</style>
border-color css
<style>
span { border-color: #A80CFD; }
span { border-color: rgb(168,12,253); }
td.TdClassName
{
border-color: #A80CFD;
}
.TagClassName
{
border-color: #A80CFD;
}
</style>