Shades of Electric Purple #A81FFA
Tints of Electric Purple #A81FFA
RGB
CMYK
RGB Variations
Color information
#A81FFA (or 0xA81FFA) is known color: Electric Purple. HEX triplet: A8, 1F and FA. RGB value is (168,31,250). Sum of RGB (Red+Green+Blue) = 168+31+250=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 31 (12.5% from 255 or 6.90% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #A81FFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81FFA is #57E005. Grayscale: #606060. Windows color (decimal): -5758982 or 16392104. OLE color: 16392104.
HSL color Cylindrical-coordinate representation of color #A81FFA: hue angle of 277.53º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A81FFA is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 31 | 250 | - |
| CMYK | 0.33 | 0.88 | 0 | 0.02 |
| HSL | 277.53º | 0.96% | 0.55% | - |
| HSV(B) | 277.53º | 0.88% | 0.98% | - |
| XYZ | 33.89 | 16.21 | 91.78 | - |
| YUV | 96.93 | 214.39 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 31 | 250 | 0.33 | 0.88 | 0 | 0.02 | 277.53 | 0.96 | 0.55 |
| Hex | A8 | 1F | FA | 21 | 58 | 0 | 2 | 116 | 60 | 37 |
| Octal | 250 | 37 | 372 | 41 | 130 | 0 | 2 | 426 | 140 | 67 |
| Binary | 10101000 | 11111 | 11111010 | 100001 | 1011000 | 0 | 10 | 100010110 | 1100000 | 110111 |
Color Harmonies of #A81FFA
Complementary color
Monochromatic Colors of #A81FFA
Black with #A81FFA
Text Example
Text Example
White with #A81FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81FFA; }
p { color: rgb(168,31,250); }
H1.HeaderClassName
{
color: #A81FFA;
}
.AnyTagClassName
{
color: #A81FFA;
}
</style>
background-color css
<style>
a { background-color: #A81FFA; }
a { background-color: rgb(168,31,250); }
div.DivClassName
{
background-color: #A81FFA;
}
.BgClassName
{
background-color: #A81FFA;
}
</style>
border-color css
<style>
span { border-color: #A81FFA; }
span { border-color: rgb(168,31,250); }
td.TdClassName
{
border-color: #A81FFA;
}
.TagClassName
{
border-color: #A81FFA;
}
</style>