#a2179b

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

Shades of Dark Magenta #A2179B

Tints of Dark Magenta #A2179B

Color information

#A2179B (or 0xA2179B) is unknown color: approx Dark Magenta. HEX triplet: A2, 17 and 9B. RGB value is (162,23,155). Sum of RGB (Red+Green+Blue) = 162+23+155=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 23 (9.38% from 255 or 6.76% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 162 - color contains mainly: red. Hex color #A2179B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2179B is #5DE864. Grayscale: #4F4F4F. Windows color (decimal): -6154341 or 10164130. OLE color: 10164130.

HSL color Cylindrical-coordinate representation of color #A2179B: hue angle of 303.02º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A2179B is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB16223155-
CMYK00.860.040.36
HSL303.02º75.14%36.27%-
HSV(B)303.02º85.8%63.53%-
XYZ21.1210.6631.95-
YUV79.61170.55186.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.65%
GREEN value IS 23 (9.38% from 255) = 6.76%
BLUE value IS 155 (60.94% from 255) = 45.59%
R=47.65%
G=6.76%
B=45.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622315500.860.040.36303.0275.1436.27
HexA2179B05642412f4b24
Octal24227233012644445711344
Binary101000101011110011011010101101001001001001011111001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2179b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2179b; }

 p { color: rgb(162,23,155); }

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

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

 a { background-color: rgb(162,23,155); }

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

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

 span { border-color: rgb(162,23,155); }

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