#A20182

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

Shades of Dark Magenta #A20182

Tints of Dark Magenta #A20182

Color information

#A20182 (or 0xA20182) is unknown color: approx Dark Magenta. HEX triplet: A2, 01 and 82. RGB value is (162,1,130). Sum of RGB (Red+Green+Blue) = 162+1+130=293 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.29% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 130 (51.17% from 255 or 44.37% from 293); Max value from RGB is 162 - color contains mainly: red. Hex color #A20182 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20182 is #5DFE7D. Grayscale: #3F3F3F. Windows color (decimal): -6159998 or 8520098. OLE color: 8520098.

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

Color convert

RGB1621130-
CMYK00.990.200.36
HSL311.93º98.77%31.96%-
HSV(B)311.93º99.38%63.53%-
XYZ18.949.3121.92-
YUV63.84165.34198.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.29%
GREEN value IS 1 (0.78% from 255) = 0.34%
BLUE value IS 130 (51.17% from 255) = 44.37%
R=55.29%
G=0.34%
B=44.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162113000.990.200.36311.9398.7731.96
HexA218206314241386320
Octal24212020143244447014340
Binary1010001011000001001100011101001001001001110001100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20182; }

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

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

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

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

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

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

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

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