#A1229D

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

Shades of Dark Magenta #A1229D

Tints of Dark Magenta #A1229D

Color information

#A1229D (or 0xA1229D) is unknown color: approx Dark Magenta. HEX triplet: A1, 22 and 9D. RGB value is (161,34,157). Sum of RGB (Red+Green+Blue) = 161+34+157=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 34 (13.67% from 255 or 9.66% from 352); Blue value is 157 (61.72% from 255 or 44.60% from 352); Max value from RGB is 161 - color contains mainly: red. Hex color #A1229D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1229D is #5EDD62. Grayscale: #555555. Windows color (decimal): -6217059 or 10298017. OLE color: 10298017.

HSL color Cylindrical-coordinate representation of color #A1229D: hue angle of 301.89º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A1229D is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB16134157-
CMYK00.790.020.37
HSL301.89º65.13%38.24%-
HSV(B)301.89º78.88%63.14%-
XYZ21.3611.1632.93-
YUV85.99168.08181.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.74%
GREEN value IS 34 (13.67% from 255) = 9.66%
BLUE value IS 157 (61.72% from 255) = 44.60%
R=45.74%
G=9.66%
B=44.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1613415700.790.020.37301.8965.1338.24
HexA1229D04F22512e4126
Octal24142235011724545610146
Binary101000011000101001110101001111101001011001011101000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1229D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1229D; }

 p { color: rgb(161,34,157); }

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

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

 a { background-color: rgb(161,34,157); }

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

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

 span { border-color: rgb(161,34,157); }

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