#A3229C

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

Shades of Dark Magenta #A3229C

Tints of Dark Magenta #A3229C

Color information

#A3229C (or 0xA3229C) is unknown color: approx Dark Magenta. HEX triplet: A3, 22 and 9C. RGB value is (163,34,156). Sum of RGB (Red+Green+Blue) = 163+34+156=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 34 (13.67% from 255 or 9.63% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 163 - color contains mainly: red. Hex color #A3229C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3229C is #5CDD63. Grayscale: #565656. Windows color (decimal): -6085988 or 10232483. OLE color: 10232483.

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

Color convert

RGB16334156-
CMYK00.790.040.36
HSL303.26º65.48%38.63%-
HSV(B)303.26º79.14%63.92%-
XYZ21.6811.3332.5-
YUV86.48167.24182.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.18%
GREEN value IS 34 (13.67% from 255) = 9.63%
BLUE value IS 156 (61.33% from 255) = 44.19%
R=46.18%
G=9.63%
B=44.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1633415600.790.040.36303.2665.4838.63
HexA3229C04F42412f4127
Octal24342234011744445710147
Binary1010001110001010011100010011111001001001001011111000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3229C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3229C; }

 p { color: rgb(163,34,156); }

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

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

 a { background-color: rgb(163,34,156); }

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

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

 span { border-color: rgb(163,34,156); }

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