Shades of Electric Purple #A820FE
Tints of Electric Purple #A820FE
RGB
CMYK
RGB Variations
Color information
#A820FE (or 0xA820FE) is known color: Electric Purple. HEX triplet: A8, 20 and FE. RGB value is (168,32,254). Sum of RGB (Red+Green+Blue) = 168+32+254=454 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.00% from 454); Green value is 32 (12.89% from 255 or 7.05% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #A820FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A820FE is #57DF01. Grayscale: #616161. Windows color (decimal): -5758722 or 16654504. OLE color: 16654504.
HSL color Cylindrical-coordinate representation of color #A820FE: hue angle of 276.76º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A820FE is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 32 | 254 | - |
| CMYK | 0.34 | 0.87 | 0 | 0.00 |
| HSL | 276.76º | 0.99% | 0.56% | - |
| HSV(B) | 276.76º | 0.87% | 1% | - |
| XYZ | 34.55 | 16.51 | 95.13 | - |
| YUV | 97.97 | 216.06 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 32 | 254 | 0.34 | 0.87 | 0 | 0.00 | 276.76 | 0.99 | 0.56 |
| Hex | A8 | 20 | FE | 22 | 57 | 0 | 0 | 115 | 63 | 38 |
| Octal | 250 | 40 | 376 | 42 | 127 | 0 | 0 | 425 | 143 | 70 |
| Binary | 10101000 | 100000 | 11111110 | 100010 | 1010111 | 0 | 0 | 100010101 | 1100011 | 111000 |
Color Harmonies of #A820FE
Complementary color
Monochromatic Colors of #A820FE
Black with #A820FE
Text Example
Text Example
White with #A820FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A820FE; }
p { color: rgb(168,32,254); }
H1.HeaderClassName
{
color: #A820FE;
}
.AnyTagClassName
{
color: #A820FE;
}
</style>
background-color css
<style>
a { background-color: #A820FE; }
a { background-color: rgb(168,32,254); }
div.DivClassName
{
background-color: #A820FE;
}
.BgClassName
{
background-color: #A820FE;
}
</style>
border-color css
<style>
span { border-color: #A820FE; }
span { border-color: rgb(168,32,254); }
td.TdClassName
{
border-color: #A820FE;
}
.TagClassName
{
border-color: #A820FE;
}
</style>