Shades of Electric Purple #A820FB
Tints of Electric Purple #A820FB
RGB
CMYK
RGB Variations
Color information
#A820FB (or 0xA820FB) is known color: Electric Purple. HEX triplet: A8, 20 and FB. RGB value is (168,32,251). Sum of RGB (Red+Green+Blue) = 168+32+251=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 32 (12.89% from 255 or 7.10% from 451); Blue value is 251 (98.44% from 255 or 55.65% from 451); Max value from RGB is 251 - color contains mainly: blue. Hex color #A820FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A820FB is #57DF04. Grayscale: #606060. Windows color (decimal): -5758725 or 16457896. OLE color: 16457896.
HSL color Cylindrical-coordinate representation of color #A820FB: hue angle of 277.26º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A820FB is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 32 | 251 | - |
| CMYK | 0.33 | 0.87 | 0 | 0.02 |
| HSL | 277.26º | 0.96% | 0.55% | - |
| HSV(B) | 277.26º | 0.87% | 0.98% | - |
| XYZ | 34.08 | 16.32 | 92.62 | - |
| YUV | 97.63 | 214.56 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 32 | 251 | 0.33 | 0.87 | 0 | 0.02 | 277.26 | 0.96 | 0.55 |
| Hex | A8 | 20 | FB | 21 | 57 | 0 | 2 | 115 | 60 | 37 |
| Octal | 250 | 40 | 373 | 41 | 127 | 0 | 2 | 425 | 140 | 67 |
| Binary | 10101000 | 100000 | 11111011 | 100001 | 1010111 | 0 | 10 | 100010101 | 1100000 | 110111 |
Color Harmonies of #A820FB
Complementary color
Monochromatic Colors of #A820FB
Black with #A820FB
Text Example
Text Example
White with #A820FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A820FB; }
p { color: rgb(168,32,251); }
H1.HeaderClassName
{
color: #A820FB;
}
.AnyTagClassName
{
color: #A820FB;
}
</style>
background-color css
<style>
a { background-color: #A820FB; }
a { background-color: rgb(168,32,251); }
div.DivClassName
{
background-color: #A820FB;
}
.BgClassName
{
background-color: #A820FB;
}
</style>
border-color css
<style>
span { border-color: #A820FB; }
span { border-color: rgb(168,32,251); }
td.TdClassName
{
border-color: #A820FB;
}
.TagClassName
{
border-color: #A820FB;
}
</style>