#A20B9B

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

Shades of Dark Magenta #A20B9B

Tints of Dark Magenta #A20B9B

Color information

#A20B9B (or 0xA20B9B) is unknown color: approx Dark Magenta. HEX triplet: A2, 0B and 9B. RGB value is (162,11,155). Sum of RGB (Red+Green+Blue) = 162+11+155=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 11 (4.69% from 255 or 3.35% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A20B9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20B9B is #5DF464. Grayscale: #484848. Windows color (decimal): -6157413 or 10161058. OLE color: 10161058.

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

Color convert

RGB16211155-
CMYK00.930.040.36
HSL302.78º87.28%33.92%-
HSV(B)302.78º93.21%63.53%-
XYZ20.9410.2931.89-
YUV72.56174.53191.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.39%
GREEN value IS 11 (4.69% from 255) = 3.35%
BLUE value IS 155 (60.94% from 255) = 47.26%
R=49.39%
G=3.35%
B=47.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621115500.930.040.36302.7887.2833.92
HexA2B9B05D42412f5722
Octal24213233013544445712742
Binary10100010101110011011010111011001001001001011111010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20B9B; }

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

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

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

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

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

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

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

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