#A20289

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

Shades of Dark Magenta #A20289

Tints of Dark Magenta #A20289

Color information

#A20289 (or 0xA20289) is unknown color: approx Dark Magenta. HEX triplet: A2, 02 and 89. RGB value is (162,2,137). Sum of RGB (Red+Green+Blue) = 162+2+137=301 (39% of max value = 765). Red value is 162 (63.67% from 255 or 53.82% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 137 (53.91% from 255 or 45.51% from 301); Max value from RGB is 162 - color contains mainly: red. Hex color #A20289 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20289 is #5DFD76. Grayscale: #404040. Windows color (decimal): -6159735 or 8979106. OLE color: 8979106.

HSL color Cylindrical-coordinate representation of color #A20289: hue angle of 309.38º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A20289 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB1622137-
CMYK00.990.150.36
HSL309.38º97.56%32.16%-
HSV(B)309.38º98.77%63.53%-
XYZ19.449.5324.48-
YUV65.23168.51197.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.82%
GREEN value IS 2 (1.17% from 255) = 0.66%
BLUE value IS 137 (53.91% from 255) = 45.51%
R=53.82%
G=0.66%
B=45.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162213700.990.150.36309.3897.5632.16
HexA2289063F241356220
Octal24222110143174446514240
Binary1010001010100010010110001111111001001001101011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20289; }

 p { color: rgb(162,2,137); }

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

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

 a { background-color: rgb(162,2,137); }

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

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

 span { border-color: rgb(162,2,137); }

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