#A20B90

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

Shades of Dark Magenta #A20B90

Tints of Dark Magenta #A20B90

Color information

#A20B90 (or 0xA20B90) is unknown color: approx Dark Magenta. HEX triplet: A2, 0B and 90. RGB value is (162,11,144). Sum of RGB (Red+Green+Blue) = 162+11+144=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 11 (4.69% from 255 or 3.47% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A20B90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20B90 is #5DF46F. Grayscale: #464646. Windows color (decimal): -6157424 or 9440162. OLE color: 9440162.

HSL color Cylindrical-coordinate representation of color #A20B90: hue angle of 307.15º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20B90 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB16211144-
CMYK00.930.110.36
HSL307.15º87.28%33.92%-
HSV(B)307.15º93.21%63.53%-
XYZ20.059.9327.25-
YUV71.31169.03192.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.10%
GREEN value IS 11 (4.69% from 255) = 3.47%
BLUE value IS 144 (56.64% from 255) = 45.43%
R=51.10%
G=3.47%
B=45.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621114400.930.110.36307.1587.2833.92
HexA2B9005DB241335722
Octal242132200135134446312742
Binary101000101011100100000101110110111001001001100111010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20B90; }

 p { color: rgb(162,11,144); }

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

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

 a { background-color: rgb(162,11,144); }

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

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

 span { border-color: rgb(162,11,144); }

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