#A20B9A

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

Shades of Dark Magenta #A20B9A

Tints of Dark Magenta #A20B9A

Color information

#A20B9A (or 0xA20B9A) is unknown color: approx Dark Magenta. HEX triplet: A2, 0B and 9A. RGB value is (162,11,154). Sum of RGB (Red+Green+Blue) = 162+11+154=327 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.54% from 327); Green value is 11 (4.69% from 255 or 3.36% from 327); Blue value is 154 (60.55% from 255 or 47.09% from 327); Max value from RGB is 162 - color contains mainly: red. Hex color #A20B9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20B9A is #5DF465. Grayscale: #484848. Windows color (decimal): -6157414 or 10095522. OLE color: 10095522.

HSL color Cylindrical-coordinate representation of color #A20B9A: hue angle of 303.18º 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 #A20B9A is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB16211154-
CMYK00.930.050.36
HSL303.18º87.28%33.92%-
HSV(B)303.18º93.21%63.53%-
XYZ20.8510.2531.45-
YUV72.45174.03191.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.54%
GREEN value IS 11 (4.69% from 255) = 3.36%
BLUE value IS 154 (60.55% from 255) = 47.09%
R=49.54%
G=3.36%
B=47.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621115400.930.050.36303.1887.2833.92
HexA2B9A05D52412f5722
Octal24213232013554445712742
Binary10100010101110011010010111011011001001001011111010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20B9A; }

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

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

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

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

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

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

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

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