Shades of Electric Purple #A81DFC
Tints of Electric Purple #A81DFC
RGB
CMYK
RGB Variations
Color information
#A81DFC (or 0xA81DFC) is known color: Electric Purple. HEX triplet: A8, 1D and FC. RGB value is (168,29,252). Sum of RGB (Red+Green+Blue) = 168+29+252=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 29 (11.72% from 255 or 6.46% from 449); Blue value is 252 (98.83% from 255 or 56.12% from 449); Max value from RGB is 252 - color contains mainly: blue. Hex color #A81DFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81DFC is #57E203. Grayscale: #5F5F5F. Windows color (decimal): -5759492 or 16522664. OLE color: 16522664.
HSL color Cylindrical-coordinate representation of color #A81DFC: hue angle of 277.4º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A81DFC is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 29 | 252 | - |
| CMYK | 0.33 | 0.88 | 0 | 0.01 |
| HSL | 277.4º | 0.97% | 0.55% | - |
| HSV(B) | 277.4º | 0.88% | 0.99% | - |
| XYZ | 34.16 | 16.23 | 93.43 | - |
| YUV | 95.98 | 216.05 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 29 | 252 | 0.33 | 0.88 | 0 | 0.01 | 277.4 | 0.97 | 0.55 |
| Hex | A8 | 1D | FC | 21 | 58 | 0 | 1 | 115 | 61 | 37 |
| Octal | 250 | 35 | 374 | 41 | 130 | 0 | 1 | 425 | 141 | 67 |
| Binary | 10101000 | 11101 | 11111100 | 100001 | 1011000 | 0 | 1 | 100010101 | 1100001 | 110111 |
Color Harmonies of #A81DFC
Complementary color
Monochromatic Colors of #A81DFC
Black with #A81DFC
Text Example
Text Example
White with #A81DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81DFC; }
p { color: rgb(168,29,252); }
H1.HeaderClassName
{
color: #A81DFC;
}
.AnyTagClassName
{
color: #A81DFC;
}
</style>
background-color css
<style>
a { background-color: #A81DFC; }
a { background-color: rgb(168,29,252); }
div.DivClassName
{
background-color: #A81DFC;
}
.BgClassName
{
background-color: #A81DFC;
}
</style>
border-color css
<style>
span { border-color: #A81DFC; }
span { border-color: rgb(168,29,252); }
td.TdClassName
{
border-color: #A81DFC;
}
.TagClassName
{
border-color: #A81DFC;
}
</style>