#A2128A

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

Shades of Dark Magenta #A2128A

Tints of Dark Magenta #A2128A

Color information

#A2128A (or 0xA2128A) is unknown color: approx Dark Magenta. HEX triplet: A2, 12 and 8A. RGB value is (162,18,138). Sum of RGB (Red+Green+Blue) = 162+18+138=318 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.94% from 318); Green value is 18 (7.42% from 255 or 5.66% from 318); Blue value is 138 (54.30% from 255 or 43.40% from 318); Max value from RGB is 162 - color contains mainly: red. Hex color #A2128A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2128A is #5DED75. Grayscale: #4A4A4A. Windows color (decimal): -6155638 or 9048738. OLE color: 9048738.

HSL color Cylindrical-coordinate representation of color #A2128A: hue angle of 310º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A2128A is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB16218138-
CMYK00.890.150.36
HSL310º80%35.29%-
HSV(B)310º88.89%63.53%-
XYZ19.79.9524.93-
YUV74.74163.71190.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.94%
GREEN value IS 18 (7.42% from 255) = 5.66%
BLUE value IS 138 (54.30% from 255) = 43.40%
R=50.94%
G=5.66%
B=43.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621813800.890.150.363108035.29
HexA2128A059F241365023
Octal242222120131174446612043
Binary1010001010010100010100101100111111001001001101101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2128A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2128A; }

 p { color: rgb(162,18,138); }

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

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

 a { background-color: rgb(162,18,138); }

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

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

 span { border-color: rgb(162,18,138); }

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