#A821FE

Color #A821FE Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #A821FE

Tints of Electric Purple #A821FE

Color information

#A821FE (or 0xA821FE) is unknown color: approx 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

RGB16833254-
CMYK0.340.8700.00
HSL276.65º99.1%56.27%-
HSV(B)276.65º87.01%99.61%-
XYZ34.5816.5795.14-
YUV98.56215.73177.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 36.92%
GREEN value IS 33 (13.28% from 255) = 7.25%
BLUE value IS 254 (99.61% from 255) = 55.82%
R=36.92%
G=7.25%
B=55.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal168332540.340.8700.00276.6599.156.27
HexA821FE2257001156338
Octal25041376421270042514370
Binary10101000100001111111101000101010111001000101011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A821FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>