Shades of Electric Purple #A81AF0
Tints of Electric Purple #A81AF0
RGB
CMYK
RGB Variations
Color information
#A81AF0 (or 0xA81AF0) is known color: Electric Purple. HEX triplet: A8, 1A and F0. RGB value is (168,26,240). Sum of RGB (Red+Green+Blue) = 168+26+240=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 26 (10.55% from 255 or 5.99% from 434); Blue value is 240 (94.14% from 255 or 55.30% from 434); Max value from RGB is 240 - color contains mainly: blue. Hex color #A81AF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81AF0 is #57E50F. Grayscale: #5C5C5C. Windows color (decimal): -5760272 or 15735464. OLE color: 15735464.
HSL color Cylindrical-coordinate representation of color #A81AF0: hue angle of 279.81º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A81AF0 is Cyan = 0.3, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 26 | 240 | - |
| CMYK | 0.3 | 0.89 | 0 | 0.06 |
| HSL | 279.81º | 0.88% | 0.52% | - |
| HSV(B) | 279.81º | 0.89% | 0.94% | - |
| XYZ | 32.25 | 15.35 | 83.7 | - |
| YUV | 92.85 | 211.04 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 26 | 240 | 0.3 | 0.89 | 0 | 0.06 | 279.81 | 0.88 | 0.52 |
| Hex | A8 | 1A | F0 | 1E | 59 | 0 | 6 | 118 | 58 | 34 |
| Octal | 250 | 32 | 360 | 36 | 131 | 0 | 6 | 430 | 130 | 64 |
| Binary | 10101000 | 11010 | 11110000 | 11110 | 1011001 | 0 | 110 | 100011000 | 1011000 | 110100 |
Color Harmonies of #A81AF0
Complementary color
Monochromatic Colors of #A81AF0
Black with #A81AF0
Text Example
Text Example
White with #A81AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81AF0; }
p { color: rgb(168,26,240); }
H1.HeaderClassName
{
color: #A81AF0;
}
.AnyTagClassName
{
color: #A81AF0;
}
</style>
background-color css
<style>
a { background-color: #A81AF0; }
a { background-color: rgb(168,26,240); }
div.DivClassName
{
background-color: #A81AF0;
}
.BgClassName
{
background-color: #A81AF0;
}
</style>
border-color css
<style>
span { border-color: #A81AF0; }
span { border-color: rgb(168,26,240); }
td.TdClassName
{
border-color: #A81AF0;
}
.TagClassName
{
border-color: #A81AF0;
}
</style>