Shades of Electric Purple #A820FC
Tints of Electric Purple #A820FC
RGB
CMYK
RGB Variations
Color information
#A820FC (or 0xA820FC) is known color: Electric Purple. HEX triplet: A8, 20 and FC. RGB value is (168,32,252). Sum of RGB (Red+Green+Blue) = 168+32+252=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 32 (12.89% from 255 or 7.08% from 452); Blue value is 252 (98.83% from 255 or 55.75% from 452); Max value from RGB is 252 - color contains mainly: blue. Hex color #A820FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A820FC is #57DF03. Grayscale: #616161. Windows color (decimal): -5758724 or 16523432. OLE color: 16523432.
HSL color Cylindrical-coordinate representation of color #A820FC: hue angle of 277.09º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A820FC is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 32 | 252 | - |
| CMYK | 0.33 | 0.87 | 0 | 0.01 |
| HSL | 277.09º | 0.97% | 0.56% | - |
| HSV(B) | 277.09º | 0.87% | 0.99% | - |
| XYZ | 34.24 | 16.39 | 93.45 | - |
| YUV | 97.74 | 215.06 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 32 | 252 | 0.33 | 0.87 | 0 | 0.01 | 277.09 | 0.97 | 0.56 |
| Hex | A8 | 20 | FC | 21 | 57 | 0 | 1 | 115 | 61 | 38 |
| Octal | 250 | 40 | 374 | 41 | 127 | 0 | 1 | 425 | 141 | 70 |
| Binary | 10101000 | 100000 | 11111100 | 100001 | 1010111 | 0 | 1 | 100010101 | 1100001 | 111000 |
Color Harmonies of #A820FC
Complementary color
Monochromatic Colors of #A820FC
Black with #A820FC
Text Example
Text Example
White with #A820FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A820FC; }
p { color: rgb(168,32,252); }
H1.HeaderClassName
{
color: #A820FC;
}
.AnyTagClassName
{
color: #A820FC;
}
</style>
background-color css
<style>
a { background-color: #A820FC; }
a { background-color: rgb(168,32,252); }
div.DivClassName
{
background-color: #A820FC;
}
.BgClassName
{
background-color: #A820FC;
}
</style>
border-color css
<style>
span { border-color: #A820FC; }
span { border-color: rgb(168,32,252); }
td.TdClassName
{
border-color: #A820FC;
}
.TagClassName
{
border-color: #A820FC;
}
</style>