#A2229D

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

Shades of Dark Magenta #A2229D

Tints of Dark Magenta #A2229D

Color information

#A2229D (or 0xA2229D) is unknown color: approx Dark Magenta. HEX triplet: A2, 22 and 9D. RGB value is (162,34,157). Sum of RGB (Red+Green+Blue) = 162+34+157=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 34 (13.67% from 255 or 9.63% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 162 - color contains mainly: red. Hex color #A2229D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2229D is #5DDD62. Grayscale: #555555. Windows color (decimal): -6151523 or 10298018. OLE color: 10298018.

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

Color convert

RGB16234157-
CMYK00.790.030.36
HSL302.34º65.31%38.43%-
HSV(B)302.34º79.01%63.53%-
XYZ21.5611.2632.94-
YUV86.29167.91182-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.89%
GREEN value IS 34 (13.67% from 255) = 9.63%
BLUE value IS 157 (61.72% from 255) = 44.48%
R=45.89%
G=9.63%
B=44.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623415700.790.030.36302.3465.3138.43
HexA2229D04F32412e4126
Octal24242235011734445610146
Binary101000101000101001110101001111111001001001011101000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2229D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2229D; }

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

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

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

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

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

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

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

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