#A0229B

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

Shades of Dark Magenta #A0229B

Tints of Dark Magenta #A0229B

Color information

#A0229B (or 0xA0229B) is unknown color: approx Dark Magenta. HEX triplet: A0, 22 and 9B. RGB value is (160,34,155). Sum of RGB (Red+Green+Blue) = 160+34+155=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 34 (13.67% from 255 or 9.74% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A0229B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0229B is #5FDD64. Grayscale: #555555. Windows color (decimal): -6282597 or 10166944. OLE color: 10166944.

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

Color convert

RGB16034155-
CMYK00.790.030.37
HSL302.38º64.95%38.04%-
HSV(B)302.38º78.75%62.75%-
XYZ20.9910.9832.02-
YUV85.47167.24181.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.85%
GREEN value IS 34 (13.67% from 255) = 9.74%
BLUE value IS 155 (60.94% from 255) = 44.41%
R=45.85%
G=9.74%
B=44.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603415500.790.030.37302.3864.9538.04
HexA0229B04F32512e4126
Octal24042233011734545610146
Binary101000001000101001101101001111111001011001011101000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0229B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0229B; }

 p { color: rgb(160,34,155); }

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

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

 a { background-color: rgb(160,34,155); }

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

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

 span { border-color: rgb(160,34,155); }

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