Shades of Electric Purple #A81AF2
Tints of Electric Purple #A81AF2
RGB
CMYK
RGB Variations
Color information
#A81AF2 (or 0xA81AF2) is known color: Electric Purple. HEX triplet: A8, 1A and F2. RGB value is (168,26,242). Sum of RGB (Red+Green+Blue) = 168+26+242=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 26 (10.55% from 255 or 5.96% from 436); Blue value is 242 (94.92% from 255 or 55.50% from 436); Max value from RGB is 242 - color contains mainly: blue. Hex color #A81AF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81AF2 is #57E50D. Grayscale: #5C5C5C. Windows color (decimal): -5760270 or 15866536. OLE color: 15866536.
HSL color Cylindrical-coordinate representation of color #A81AF2: hue angle of 279.44º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A81AF2 is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 26 | 242 | - |
| CMYK | 0.31 | 0.89 | 0 | 0.05 |
| HSL | 279.44º | 0.89% | 0.53% | - |
| HSV(B) | 279.44º | 0.89% | 0.95% | - |
| XYZ | 32.54 | 15.47 | 85.28 | - |
| YUV | 93.08 | 212.04 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 26 | 242 | 0.31 | 0.89 | 0 | 0.05 | 279.44 | 0.89 | 0.53 |
| Hex | A8 | 1A | F2 | 1F | 59 | 0 | 5 | 117 | 59 | 35 |
| Octal | 250 | 32 | 362 | 37 | 131 | 0 | 5 | 427 | 131 | 65 |
| Binary | 10101000 | 11010 | 11110010 | 11111 | 1011001 | 0 | 101 | 100010111 | 1011001 | 110101 |
Color Harmonies of #A81AF2
Complementary color
Monochromatic Colors of #A81AF2
Black with #A81AF2
Text Example
Text Example
White with #A81AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81AF2; }
p { color: rgb(168,26,242); }
H1.HeaderClassName
{
color: #A81AF2;
}
.AnyTagClassName
{
color: #A81AF2;
}
</style>
background-color css
<style>
a { background-color: #A81AF2; }
a { background-color: rgb(168,26,242); }
div.DivClassName
{
background-color: #A81AF2;
}
.BgClassName
{
background-color: #A81AF2;
}
</style>
border-color css
<style>
span { border-color: #A81AF2; }
span { border-color: rgb(168,26,242); }
td.TdClassName
{
border-color: #A81AF2;
}
.TagClassName
{
border-color: #A81AF2;
}
</style>