#a2089d

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

Shades of Dark Magenta #A2089D

Tints of Dark Magenta #A2089D

Color information

#A2089D (or 0xA2089D) is unknown color: approx Dark Magenta. HEX triplet: A2, 08 and 9D. RGB value is (162,8,157). Sum of RGB (Red+Green+Blue) = 162+8+157=327 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.54% from 327); Green value is 8 (3.52% from 255 or 2.45% from 327); Blue value is 157 (61.72% from 255 or 48.01% from 327); Max value from RGB is 162 - color contains mainly: red. Hex color #A2089D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2089D is #5DF762. Grayscale: #464646. Windows color (decimal): -6158179 or 10291362. OLE color: 10291362.

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

Color convert

RGB1628157-
CMYK00.950.030.36
HSL301.95º90.59%33.33%-
HSV(B)301.95º95.06%63.53%-
XYZ21.0710.2932.77-
YUV71.03176.52192.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.54%
GREEN value IS 8 (3.52% from 255) = 2.45%
BLUE value IS 157 (61.72% from 255) = 48.01%
R=49.54%
G=2.45%
B=48.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162815700.950.030.36301.9590.5933.33
HexA289D05F32412e5b21
Octal24210235013734445613341
Binary1010001010001001110101011111111001001001011101011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2089d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2089d; }

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

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

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

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

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

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

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

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