#A2129D

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

Shades of Dark Magenta #A2129D

Tints of Dark Magenta #A2129D

Color information

#A2129D (or 0xA2129D) is unknown color: approx Dark Magenta. HEX triplet: A2, 12 and 9D. RGB value is (162,18,157). Sum of RGB (Red+Green+Blue) = 162+18+157=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A2129D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2129D is #5DED62. Grayscale: #4C4C4C. Windows color (decimal): -6155619 or 10293922. OLE color: 10293922.

HSL color Cylindrical-coordinate representation of color #A2129D: hue angle of 302.08º 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 #A2129D is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB16218157-
CMYK00.890.030.36
HSL302.08º80%35.29%-
HSV(B)302.08º88.89%63.53%-
XYZ21.210.5532.82-
YUV76.9173.21188.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.07%
GREEN value IS 18 (7.42% from 255) = 5.34%
BLUE value IS 157 (61.72% from 255) = 46.59%
R=48.07%
G=5.34%
B=46.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621815700.890.030.36302.088035.29
HexA2129D05932412e5023
Octal24222235013134445612043
Binary10100010100101001110101011001111001001001011101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2129D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2129D; }

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

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

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

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

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

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

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

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