Shades of Electric Purple #A81BFC
Tints of Electric Purple #A81BFC
RGB
CMYK
RGB Variations
Color information
#A81BFC (or 0xA81BFC) is known color: Electric Purple. HEX triplet: A8, 1B and FC. RGB value is (168,27,252). Sum of RGB (Red+Green+Blue) = 168+27+252=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 27 (10.94% from 255 or 6.04% from 447); Blue value is 252 (98.83% from 255 or 56.38% from 447); Max value from RGB is 252 - color contains mainly: blue. Hex color #A81BFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81BFC is #57E403. Grayscale: #5E5E5E. Windows color (decimal): -5760004 or 16522152. OLE color: 16522152.
HSL color Cylindrical-coordinate representation of color #A81BFC: hue angle of 277.6º 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 #A81BFC is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 27 | 252 | - |
| CMYK | 0.33 | 0.89 | 0 | 0.01 |
| HSL | 277.6º | 0.97% | 0.55% | - |
| HSV(B) | 277.6º | 0.89% | 0.99% | - |
| XYZ | 34.11 | 16.14 | 93.41 | - |
| YUV | 94.81 | 216.71 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 27 | 252 | 0.33 | 0.89 | 0 | 0.01 | 277.6 | 0.97 | 0.55 |
| Hex | A8 | 1B | FC | 21 | 59 | 0 | 1 | 116 | 61 | 37 |
| Octal | 250 | 33 | 374 | 41 | 131 | 0 | 1 | 426 | 141 | 67 |
| Binary | 10101000 | 11011 | 11111100 | 100001 | 1011001 | 0 | 1 | 100010110 | 1100001 | 110111 |
Color Harmonies of #A81BFC
Complementary color
Monochromatic Colors of #A81BFC
Black with #A81BFC
Text Example
Text Example
White with #A81BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81BFC; }
p { color: rgb(168,27,252); }
H1.HeaderClassName
{
color: #A81BFC;
}
.AnyTagClassName
{
color: #A81BFC;
}
</style>
background-color css
<style>
a { background-color: #A81BFC; }
a { background-color: rgb(168,27,252); }
div.DivClassName
{
background-color: #A81BFC;
}
.BgClassName
{
background-color: #A81BFC;
}
</style>
border-color css
<style>
span { border-color: #A81BFC; }
span { border-color: rgb(168,27,252); }
td.TdClassName
{
border-color: #A81BFC;
}
.TagClassName
{
border-color: #A81BFC;
}
</style>