#A20B8F

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

Shades of Dark Magenta #A20B8F

Tints of Dark Magenta #A20B8F

Color information

#A20B8F (or 0xA20B8F) is unknown color: approx Dark Magenta. HEX triplet: A2, 0B and 8F. RGB value is (162,11,143). Sum of RGB (Red+Green+Blue) = 162+11+143=316 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.27% from 316); Green value is 11 (4.69% from 255 or 3.48% from 316); Blue value is 143 (56.25% from 255 or 45.25% from 316); Max value from RGB is 162 - color contains mainly: red. Hex color #A20B8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20B8F is #5DF470. Grayscale: #464646. Windows color (decimal): -6157425 or 9374626. OLE color: 9374626.

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

Color convert

RGB16211143-
CMYK00.930.120.36
HSL307.55º87.28%33.92%-
HSV(B)307.55º93.21%63.53%-
XYZ19.989.926.85-
YUV71.2168.53192.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.27%
GREEN value IS 11 (4.69% from 255) = 3.48%
BLUE value IS 143 (56.25% from 255) = 45.25%
R=51.27%
G=3.48%
B=45.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621114300.930.120.36307.5587.2833.92
HexA2B8F05DC241345722
Octal242132170135144446412742
Binary101000101011100011110101110111001001001001101001010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20B8F; }

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

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

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

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

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

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

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

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