Shades of Electric Purple #A81AF3
Tints of Electric Purple #A81AF3
RGB
CMYK
RGB Variations
Color information
#A81AF3 (or 0xA81AF3) is known color: Electric Purple. HEX triplet: A8, 1A and F3. RGB value is (168,26,243). Sum of RGB (Red+Green+Blue) = 168+26+243=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 26 (10.55% from 255 or 5.95% from 437); Blue value is 243 (95.31% from 255 or 55.61% from 437); Max value from RGB is 243 - color contains mainly: blue. Hex color #A81AF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81AF3 is #57E50C. Grayscale: #5C5C5C. Windows color (decimal): -5760269 or 15932072. OLE color: 15932072.
HSL color Cylindrical-coordinate representation of color #A81AF3: hue angle of 279.26º degrees, saturation: 0.9, 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 #A81AF3 is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 26 | 243 | - |
| CMYK | 0.31 | 0.89 | 0 | 0.05 |
| HSL | 279.26º | 0.9% | 0.53% | - |
| HSV(B) | 279.26º | 0.89% | 0.95% | - |
| XYZ | 32.7 | 15.53 | 86.07 | - |
| YUV | 93.2 | 212.54 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 26 | 243 | 0.31 | 0.89 | 0 | 0.05 | 279.26 | 0.9 | 0.53 |
| Hex | A8 | 1A | F3 | 1F | 59 | 0 | 5 | 117 | 5A | 35 |
| Octal | 250 | 32 | 363 | 37 | 131 | 0 | 5 | 427 | 132 | 65 |
| Binary | 10101000 | 11010 | 11110011 | 11111 | 1011001 | 0 | 101 | 100010111 | 1011010 | 110101 |
Color Harmonies of #A81AF3
Complementary color
Monochromatic Colors of #A81AF3
Black with #A81AF3
Text Example
Text Example
White with #A81AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81AF3; }
p { color: rgb(168,26,243); }
H1.HeaderClassName
{
color: #A81AF3;
}
.AnyTagClassName
{
color: #A81AF3;
}
</style>
background-color css
<style>
a { background-color: #A81AF3; }
a { background-color: rgb(168,26,243); }
div.DivClassName
{
background-color: #A81AF3;
}
.BgClassName
{
background-color: #A81AF3;
}
</style>
border-color css
<style>
span { border-color: #A81AF3; }
span { border-color: rgb(168,26,243); }
td.TdClassName
{
border-color: #A81AF3;
}
.TagClassName
{
border-color: #A81AF3;
}
</style>