Shades of Electric Purple #A81AFB
Tints of Electric Purple #A81AFB
RGB
CMYK
RGB Variations
Color information
#A81AFB (or 0xA81AFB) is known color: Electric Purple. HEX triplet: A8, 1A and FB. RGB value is (168,26,251). Sum of RGB (Red+Green+Blue) = 168+26+251=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 26 (10.55% from 255 or 5.84% from 445); Blue value is 251 (98.44% from 255 or 56.40% from 445); Max value from RGB is 251 - color contains mainly: blue. Hex color #A81AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81AFB is #57E504. Grayscale: #5D5D5D. Windows color (decimal): -5760261 or 16456360. OLE color: 16456360.
HSL color Cylindrical-coordinate representation of color #A81AFB: hue angle of 277.87º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A81AFB is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 26 | 251 | - |
| CMYK | 0.33 | 0.90 | 0 | 0.02 |
| HSL | 277.87º | 0.97% | 0.54% | - |
| HSV(B) | 277.87º | 0.9% | 0.98% | - |
| XYZ | 33.93 | 16.03 | 92.57 | - |
| YUV | 94.11 | 216.54 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 26 | 251 | 0.33 | 0.90 | 0 | 0.02 | 277.87 | 0.97 | 0.54 |
| Hex | A8 | 1A | FB | 21 | 5A | 0 | 2 | 116 | 61 | 36 |
| Octal | 250 | 32 | 373 | 41 | 132 | 0 | 2 | 426 | 141 | 66 |
| Binary | 10101000 | 11010 | 11111011 | 100001 | 1011010 | 0 | 10 | 100010110 | 1100001 | 110110 |
Color Harmonies of #A81AFB
Complementary color
Monochromatic Colors of #A81AFB
Black with #A81AFB
Text Example
Text Example
White with #A81AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81AFB; }
p { color: rgb(168,26,251); }
H1.HeaderClassName
{
color: #A81AFB;
}
.AnyTagClassName
{
color: #A81AFB;
}
</style>
background-color css
<style>
a { background-color: #A81AFB; }
a { background-color: rgb(168,26,251); }
div.DivClassName
{
background-color: #A81AFB;
}
.BgClassName
{
background-color: #A81AFB;
}
</style>
border-color css
<style>
span { border-color: #A81AFB; }
span { border-color: rgb(168,26,251); }
td.TdClassName
{
border-color: #A81AFB;
}
.TagClassName
{
border-color: #A81AFB;
}
</style>