#A21E84

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

Shades of Dark Purple #A21E84

Tints of Dark Purple #A21E84

Color information

#A21E84 (or 0xA21E84) is unknown color: approx Dark Purple. HEX triplet: A2, 1E and 84. RGB value is (162,30,132). Sum of RGB (Red+Green+Blue) = 162+30+132=324 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50% from 324); Green value is 30 (12.11% from 255 or 9.26% from 324); Blue value is 132 (51.95% from 255 or 40.74% from 324); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21E84 is #5DE17B. Grayscale: #505050. Windows color (decimal): -6152572 or 8658594. OLE color: 8658594.

HSL color Cylindrical-coordinate representation of color #A21E84: hue angle of 313.64º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A21E84 is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB16230132-
CMYK00.810.190.36
HSL313.64º68.75%37.65%-
HSV(B)313.64º81.48%63.53%-
XYZ19.5310.2822.78-
YUV81.1156.73185.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50%
GREEN value IS 30 (12.11% from 255) = 9.26%
BLUE value IS 132 (51.95% from 255) = 40.74%
R=50%
G=9.26%
B=40.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623013200.810.190.36313.6468.7537.65
HexA21E84051132413a4526
Octal242362040121234447210546
Binary10100010111101000010001010001100111001001001110101000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21E84; }

 p { color: rgb(162,30,132); }

 H1.HeaderClassName
 {
   color: #A21E84;
 }
 .AnyTagClassName
 {
   color: #A21E84;
 }
</style>
background-color css

<style>
 a { background-color: #A21E84; }

 a { background-color: rgb(162,30,132); }

 div.DivClassName
 {
   background-color: #A21E84;
 }
 .BgClassName
 {
   background-color: #A21E84;
 }
</style>
border-color css

<style>
 span { border-color: #A21E84; }

 span { border-color: rgb(162,30,132); }

 td.TdClassName
 {
   border-color: #A21E84;
 }
 .TagClassName
 {
   border-color: #A21E84;
 }
</style>