Shades of Electric Purple #A819FB
Tints of Electric Purple #A819FB
RGB
CMYK
RGB Variations
Color information
#A819FB (or 0xA819FB) is known color: Electric Purple. HEX triplet: A8, 19 and FB. RGB value is (168,25,251). Sum of RGB (Red+Green+Blue) = 168+25+251=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 25 (10.16% from 255 or 5.63% from 444); Blue value is 251 (98.44% from 255 or 56.53% from 444); Max value from RGB is 251 - color contains mainly: blue. Hex color #A819FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A819FB is #57E604. Grayscale: #5C5C5C. Windows color (decimal): -5760517 or 16456104. OLE color: 16456104.
HSL color Cylindrical-coordinate representation of color #A819FB: hue angle of 277.96º 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 #A819FB is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 25 | 251 | - |
| CMYK | 0.33 | 0.90 | 0 | 0.02 |
| HSL | 277.96º | 0.97% | 0.54% | - |
| HSV(B) | 277.96º | 0.9% | 0.98% | - |
| XYZ | 33.91 | 15.99 | 92.57 | - |
| YUV | 93.52 | 216.88 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 25 | 251 | 0.33 | 0.90 | 0 | 0.02 | 277.96 | 0.97 | 0.54 |
| Hex | A8 | 19 | FB | 21 | 5A | 0 | 2 | 116 | 61 | 36 |
| Octal | 250 | 31 | 373 | 41 | 132 | 0 | 2 | 426 | 141 | 66 |
| Binary | 10101000 | 11001 | 11111011 | 100001 | 1011010 | 0 | 10 | 100010110 | 1100001 | 110110 |
Color Harmonies of #A819FB
Complementary color
Monochromatic Colors of #A819FB
Black with #A819FB
Text Example
Text Example
White with #A819FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A819FB; }
p { color: rgb(168,25,251); }
H1.HeaderClassName
{
color: #A819FB;
}
.AnyTagClassName
{
color: #A819FB;
}
</style>
background-color css
<style>
a { background-color: #A819FB; }
a { background-color: rgb(168,25,251); }
div.DivClassName
{
background-color: #A819FB;
}
.BgClassName
{
background-color: #A819FB;
}
</style>
border-color css
<style>
span { border-color: #A819FB; }
span { border-color: rgb(168,25,251); }
td.TdClassName
{
border-color: #A819FB;
}
.TagClassName
{
border-color: #A819FB;
}
</style>