Shades of Electric Purple #A81CFC
Tints of Electric Purple #A81CFC
RGB
CMYK
RGB Variations
Color information
#A81CFC (or 0xA81CFC) is known color: Electric Purple. HEX triplet: A8, 1C and FC. RGB value is (168,28,252). Sum of RGB (Red+Green+Blue) = 168+28+252=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 28 (11.33% from 255 or 6.25% from 448); Blue value is 252 (98.83% from 255 or 56.25% from 448); Max value from RGB is 252 - color contains mainly: blue. Hex color #A81CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81CFC is #57E303. Grayscale: #5E5E5E. Windows color (decimal): -5759748 or 16522408. OLE color: 16522408.
HSL color Cylindrical-coordinate representation of color #A81CFC: hue angle of 277.5º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A81CFC is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 28 | 252 | - |
| CMYK | 0.33 | 0.89 | 0 | 0.01 |
| HSL | 277.5º | 0.97% | 0.55% | - |
| HSV(B) | 277.5º | 0.89% | 0.99% | - |
| XYZ | 34.13 | 16.18 | 93.42 | - |
| YUV | 95.4 | 216.38 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 28 | 252 | 0.33 | 0.89 | 0 | 0.01 | 277.5 | 0.97 | 0.55 |
| Hex | A8 | 1C | FC | 21 | 59 | 0 | 1 | 116 | 61 | 37 |
| Octal | 250 | 34 | 374 | 41 | 131 | 0 | 1 | 426 | 141 | 67 |
| Binary | 10101000 | 11100 | 11111100 | 100001 | 1011001 | 0 | 1 | 100010110 | 1100001 | 110111 |
Color Harmonies of #A81CFC
Complementary color
Monochromatic Colors of #A81CFC
Black with #A81CFC
Text Example
Text Example
White with #A81CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81CFC; }
p { color: rgb(168,28,252); }
H1.HeaderClassName
{
color: #A81CFC;
}
.AnyTagClassName
{
color: #A81CFC;
}
</style>
background-color css
<style>
a { background-color: #A81CFC; }
a { background-color: rgb(168,28,252); }
div.DivClassName
{
background-color: #A81CFC;
}
.BgClassName
{
background-color: #A81CFC;
}
</style>
border-color css
<style>
span { border-color: #A81CFC; }
span { border-color: rgb(168,28,252); }
td.TdClassName
{
border-color: #A81CFC;
}
.TagClassName
{
border-color: #A81CFC;
}
</style>