Shades of Electric Purple #A821FE
Tints of Electric Purple #A821FE
RGB
CMYK
RGB Variations
Color information
#A821FE (or 0xA821FE) is known color: Electric Purple. HEX triplet: A8, 21 and FE. RGB value is (168,33,254). Sum of RGB (Red+Green+Blue) = 168+33+254=455 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.92% from 455); Green value is 33 (13.28% from 255 or 7.25% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #A821FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A821FE is #57DE01. Grayscale: #616161. Windows color (decimal): -5758466 or 16654760. OLE color: 16654760.
HSL color Cylindrical-coordinate representation of color #A821FE: hue angle of 276.65º 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 #A821FE is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 33 | 254 | - |
| CMYK | 0.34 | 0.87 | 0 | 0.00 |
| HSL | 276.65º | 0.99% | 0.56% | - |
| HSV(B) | 276.65º | 0.87% | 1% | - |
| XYZ | 34.58 | 16.57 | 95.14 | - |
| YUV | 98.56 | 215.73 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 33 | 254 | 0.34 | 0.87 | 0 | 0.00 | 276.65 | 0.99 | 0.56 |
| Hex | A8 | 21 | FE | 22 | 57 | 0 | 0 | 115 | 63 | 38 |
| Octal | 250 | 41 | 376 | 42 | 127 | 0 | 0 | 425 | 143 | 70 |
| Binary | 10101000 | 100001 | 11111110 | 100010 | 1010111 | 0 | 0 | 100010101 | 1100011 | 111000 |
Color Harmonies of #A821FE
Complementary color
Monochromatic Colors of #A821FE
Black with #A821FE
Text Example
Text Example
White with #A821FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A821FE; }
p { color: rgb(168,33,254); }
H1.HeaderClassName
{
color: #A821FE;
}
.AnyTagClassName
{
color: #A821FE;
}
</style>
background-color css
<style>
a { background-color: #A821FE; }
a { background-color: rgb(168,33,254); }
div.DivClassName
{
background-color: #A821FE;
}
.BgClassName
{
background-color: #A821FE;
}
</style>
border-color css
<style>
span { border-color: #A821FE; }
span { border-color: rgb(168,33,254); }
td.TdClassName
{
border-color: #A821FE;
}
.TagClassName
{
border-color: #A821FE;
}
</style>