Shades of Electric Purple #A81AF5
Tints of Electric Purple #A81AF5
RGB
CMYK
RGB Variations
Color information
#A81AF5 (or 0xA81AF5) is known color: Electric Purple. HEX triplet: A8, 1A and F5. RGB value is (168,26,245). Sum of RGB (Red+Green+Blue) = 168+26+245=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 26 (10.55% from 255 or 5.92% from 439); Blue value is 245 (96.09% from 255 or 55.81% from 439); Max value from RGB is 245 - color contains mainly: blue. Hex color #A81AF5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81AF5 is #57E50A. Grayscale: #5C5C5C. Windows color (decimal): -5760267 or 16063144. OLE color: 16063144.
HSL color Cylindrical-coordinate representation of color #A81AF5: hue angle of 278.9º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A81AF5 is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 26 | 245 | - |
| CMYK | 0.31 | 0.89 | 0 | 0.04 |
| HSL | 278.9º | 0.92% | 0.53% | - |
| HSV(B) | 278.9º | 0.89% | 0.96% | - |
| XYZ | 33 | 15.66 | 87.67 | - |
| YUV | 93.42 | 213.54 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 26 | 245 | 0.31 | 0.89 | 0 | 0.04 | 278.9 | 0.92 | 0.53 |
| Hex | A8 | 1A | F5 | 1F | 59 | 0 | 4 | 117 | 5C | 35 |
| Octal | 250 | 32 | 365 | 37 | 131 | 0 | 4 | 427 | 134 | 65 |
| Binary | 10101000 | 11010 | 11110101 | 11111 | 1011001 | 0 | 100 | 100010111 | 1011100 | 110101 |
Color Harmonies of #A81AF5
Complementary color
Monochromatic Colors of #A81AF5
Black with #A81AF5
Text Example
Text Example
White with #A81AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81AF5; }
p { color: rgb(168,26,245); }
H1.HeaderClassName
{
color: #A81AF5;
}
.AnyTagClassName
{
color: #A81AF5;
}
</style>
background-color css
<style>
a { background-color: #A81AF5; }
a { background-color: rgb(168,26,245); }
div.DivClassName
{
background-color: #A81AF5;
}
.BgClassName
{
background-color: #A81AF5;
}
</style>
border-color css
<style>
span { border-color: #A81AF5; }
span { border-color: rgb(168,26,245); }
td.TdClassName
{
border-color: #A81AF5;
}
.TagClassName
{
border-color: #A81AF5;
}
</style>