#A20482

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

Shades of Dark Magenta #A20482

Tints of Dark Magenta #A20482

Color information

#A20482 (or 0xA20482) is unknown color: approx Dark Magenta. HEX triplet: A2, 04 and 82. RGB value is (162,4,130). Sum of RGB (Red+Green+Blue) = 162+4+130=296 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.73% from 296); Green value is 4 (1.95% from 255 or 1.35% from 296); Blue value is 130 (51.17% from 255 or 43.92% from 296); Max value from RGB is 162 - color contains mainly: red. Hex color #A20482 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20482 is #5DFB7D. Grayscale: #414141. Windows color (decimal): -6159230 or 8520866. OLE color: 8520866.

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

Color convert

RGB1624130-
CMYK00.980.200.36
HSL312.15º95.18%32.55%-
HSV(B)312.15º97.53%63.53%-
XYZ18.979.3821.93-
YUV65.61164.35196.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.73%
GREEN value IS 4 (1.95% from 255) = 1.35%
BLUE value IS 130 (51.17% from 255) = 43.92%
R=54.73%
G=1.35%
B=43.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162413000.980.200.36312.1595.1832.55
HexA248206214241385f21
Octal24242020142244447013741
Binary101000101001000001001100010101001001001001110001011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20482; }

 p { color: rgb(162,4,130); }

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

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

 a { background-color: rgb(162,4,130); }

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

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

 span { border-color: rgb(162,4,130); }

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