Shades of Electric Purple #A816FB
Tints of Electric Purple #A816FB
RGB
CMYK
RGB Variations
Color information
#A816FB (or 0xA816FB) is known color: Electric Purple. HEX triplet: A8, 16 and FB. RGB value is (168,22,251). Sum of RGB (Red+Green+Blue) = 168+22+251=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 22 (8.98% from 255 or 4.99% from 441); Blue value is 251 (98.44% from 255 or 56.92% from 441); Max value from RGB is 251 - color contains mainly: blue. Hex color #A816FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A816FB is #57E904. Grayscale: #5A5A5A. Windows color (decimal): -5761285 or 16455336. OLE color: 16455336.
HSL color Cylindrical-coordinate representation of color #A816FB: hue angle of 278.25º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A816FB is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 22 | 251 | - |
| CMYK | 0.33 | 0.91 | 0 | 0.02 |
| HSL | 278.25º | 0.97% | 0.54% | - |
| HSV(B) | 278.25º | 0.91% | 0.98% | - |
| XYZ | 33.85 | 15.86 | 92.54 | - |
| YUV | 91.76 | 217.87 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 22 | 251 | 0.33 | 0.91 | 0 | 0.02 | 278.25 | 0.97 | 0.54 |
| Hex | A8 | 16 | FB | 21 | 5B | 0 | 2 | 116 | 61 | 36 |
| Octal | 250 | 26 | 373 | 41 | 133 | 0 | 2 | 426 | 141 | 66 |
| Binary | 10101000 | 10110 | 11111011 | 100001 | 1011011 | 0 | 10 | 100010110 | 1100001 | 110110 |
Color Harmonies of #A816FB
Complementary color
Monochromatic Colors of #A816FB
Black with #A816FB
Text Example
Text Example
White with #A816FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A816FB; }
p { color: rgb(168,22,251); }
H1.HeaderClassName
{
color: #A816FB;
}
.AnyTagClassName
{
color: #A816FB;
}
</style>
background-color css
<style>
a { background-color: #A816FB; }
a { background-color: rgb(168,22,251); }
div.DivClassName
{
background-color: #A816FB;
}
.BgClassName
{
background-color: #A816FB;
}
</style>
border-color css
<style>
span { border-color: #A816FB; }
span { border-color: rgb(168,22,251); }
td.TdClassName
{
border-color: #A816FB;
}
.TagClassName
{
border-color: #A816FB;
}
</style>