#A211A0

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

Shades of Dark Magenta #A211A0

Tints of Dark Magenta #A211A0

Color information

#A211A0 (or 0xA211A0) is unknown color: approx Dark Magenta. HEX triplet: A2, 11 and A0. RGB value is (162,17,160). Sum of RGB (Red+Green+Blue) = 162+17+160=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 160 (62.89% from 255 or 47.20% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A211A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A211A0 is #5DEE5F. Grayscale: #4C4C4C. Windows color (decimal): -6155872 or 10490274. OLE color: 10490274.

HSL color Cylindrical-coordinate representation of color #A211A0: hue angle of 300.83º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A211A0 is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB16217160-
CMYK00.900.010.36
HSL300.83º81.01%35.1%-
HSV(B)300.83º89.51%63.53%-
XYZ21.4510.6234.18-
YUV76.66175.04188.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.79%
GREEN value IS 17 (7.03% from 255) = 5.01%
BLUE value IS 160 (62.89% from 255) = 47.20%
R=47.79%
G=5.01%
B=47.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621716000.900.010.36300.8381.0135.1
HexA211A005A12412d5123
Octal24221240013214445512143
Binary1010001010001101000000101101011001001001011011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A211A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A211A0; }

 p { color: rgb(162,17,160); }

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

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

 a { background-color: rgb(162,17,160); }

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

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

 span { border-color: rgb(162,17,160); }

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