Shades of Electric Purple #A816FA
Tints of Electric Purple #A816FA
RGB
CMYK
RGB Variations
Color information
#A816FA (or 0xA816FA) is known color: Electric Purple. HEX triplet: A8, 16 and FA. RGB value is (168,22,250). Sum of RGB (Red+Green+Blue) = 168+22+250=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 22 (8.98% from 255 or 5% from 440); Blue value is 250 (98.05% from 255 or 56.82% from 440); Max value from RGB is 250 - color contains mainly: blue. Hex color #A816FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A816FA is #57E905. Grayscale: #5A5A5A. Windows color (decimal): -5761286 or 16389800. OLE color: 16389800.
HSL color Cylindrical-coordinate representation of color #A816FA: hue angle of 278.42º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A816FA is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 22 | 250 | - |
| CMYK | 0.33 | 0.91 | 0 | 0.02 |
| HSL | 278.42º | 0.96% | 0.53% | - |
| HSV(B) | 278.42º | 0.91% | 0.98% | - |
| XYZ | 33.69 | 15.8 | 91.72 | - |
| YUV | 91.65 | 217.37 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 22 | 250 | 0.33 | 0.91 | 0 | 0.02 | 278.42 | 0.96 | 0.53 |
| Hex | A8 | 16 | FA | 21 | 5B | 0 | 2 | 116 | 60 | 35 |
| Octal | 250 | 26 | 372 | 41 | 133 | 0 | 2 | 426 | 140 | 65 |
| Binary | 10101000 | 10110 | 11111010 | 100001 | 1011011 | 0 | 10 | 100010110 | 1100000 | 110101 |
Color Harmonies of #A816FA
Complementary color
Monochromatic Colors of #A816FA
Black with #A816FA
Text Example
Text Example
White with #A816FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A816FA; }
p { color: rgb(168,22,250); }
H1.HeaderClassName
{
color: #A816FA;
}
.AnyTagClassName
{
color: #A816FA;
}
</style>
background-color css
<style>
a { background-color: #A816FA; }
a { background-color: rgb(168,22,250); }
div.DivClassName
{
background-color: #A816FA;
}
.BgClassName
{
background-color: #A816FA;
}
</style>
border-color css
<style>
span { border-color: #A816FA; }
span { border-color: rgb(168,22,250); }
td.TdClassName
{
border-color: #A816FA;
}
.TagClassName
{
border-color: #A816FA;
}
</style>