Shades of Electric Purple #A81CFA
Tints of Electric Purple #A81CFA
RGB
CMYK
RGB Variations
Color information
#A81CFA (or 0xA81CFA) is known color: Electric Purple. HEX triplet: A8, 1C and FA. RGB value is (168,28,250). Sum of RGB (Red+Green+Blue) = 168+28+250=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 28 (11.33% from 255 or 6.28% from 446); Blue value is 250 (98.05% from 255 or 56.05% from 446); Max value from RGB is 250 - color contains mainly: blue. Hex color #A81CFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81CFA is #57E305. Grayscale: #5E5E5E. Windows color (decimal): -5759750 or 16391336. OLE color: 16391336.
HSL color Cylindrical-coordinate representation of color #A81CFA: hue angle of 277.84º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A81CFA is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 28 | 250 | - |
| CMYK | 0.33 | 0.89 | 0 | 0.02 |
| HSL | 277.84º | 0.96% | 0.55% | - |
| HSV(B) | 277.84º | 0.89% | 0.98% | - |
| XYZ | 33.82 | 16.06 | 91.76 | - |
| YUV | 95.17 | 215.38 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 28 | 250 | 0.33 | 0.89 | 0 | 0.02 | 277.84 | 0.96 | 0.55 |
| Hex | A8 | 1C | FA | 21 | 59 | 0 | 2 | 116 | 60 | 37 |
| Octal | 250 | 34 | 372 | 41 | 131 | 0 | 2 | 426 | 140 | 67 |
| Binary | 10101000 | 11100 | 11111010 | 100001 | 1011001 | 0 | 10 | 100010110 | 1100000 | 110111 |
Color Harmonies of #A81CFA
Complementary color
Monochromatic Colors of #A81CFA
Black with #A81CFA
Text Example
Text Example
White with #A81CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81CFA; }
p { color: rgb(168,28,250); }
H1.HeaderClassName
{
color: #A81CFA;
}
.AnyTagClassName
{
color: #A81CFA;
}
</style>
background-color css
<style>
a { background-color: #A81CFA; }
a { background-color: rgb(168,28,250); }
div.DivClassName
{
background-color: #A81CFA;
}
.BgClassName
{
background-color: #A81CFA;
}
</style>
border-color css
<style>
span { border-color: #A81CFA; }
span { border-color: rgb(168,28,250); }
td.TdClassName
{
border-color: #A81CFA;
}
.TagClassName
{
border-color: #A81CFA;
}
</style>