#A21E9A

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

Shades of Dark Magenta #A21E9A

Tints of Dark Magenta #A21E9A

Color information

#A21E9A (or 0xA21E9A) is unknown color: approx Dark Magenta. HEX triplet: A2, 1E and 9A. RGB value is (162,30,154). Sum of RGB (Red+Green+Blue) = 162+30+154=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 30 (12.11% from 255 or 8.67% from 346); Blue value is 154 (60.55% from 255 or 44.51% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21E9A is #5DE165. Grayscale: #535353. Windows color (decimal): -6152550 or 10100386. OLE color: 10100386.

HSL color Cylindrical-coordinate representation of color #A21E9A: hue angle of 303.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 #A21E9A is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB16230154-
CMYK00.810.050.36
HSL303.64º68.75%37.65%-
HSV(B)303.64º81.48%63.53%-
XYZ21.210.9431.57-
YUV83.6167.73183.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.82%
GREEN value IS 30 (12.11% from 255) = 8.67%
BLUE value IS 154 (60.55% from 255) = 44.51%
R=46.82%
G=8.67%
B=44.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623015400.810.050.36303.6468.7537.65
HexA21E9A0515241304526
Octal24236232012154446010546
Binary101000101111010011010010100011011001001001100001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21E9A; }

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

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

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

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

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

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

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

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