#A20995

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

Shades of Dark Magenta #A20995

Tints of Dark Magenta #A20995

Color information

#A20995 (or 0xA20995) is unknown color: approx Dark Magenta. HEX triplet: A2, 09 and 95. RGB value is (162,9,149). Sum of RGB (Red+Green+Blue) = 162+9+149=320 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.62% from 320); Green value is 9 (3.91% from 255 or 2.81% from 320); Blue value is 149 (58.59% from 255 or 46.56% from 320); Max value from RGB is 162 - color contains mainly: red. Hex color #A20995 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20995 is #5DF66A. Grayscale: #464646. Windows color (decimal): -6157931 or 9767330. OLE color: 9767330.

HSL color Cylindrical-coordinate representation of color #A20995: hue angle of 305.1º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20995 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB1629149-
CMYK00.940.080.36
HSL305.1º89.47%33.53%-
HSV(B)305.1º94.44%63.53%-
XYZ20.4210.0529.3-
YUV70.71172.19193.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.62%
GREEN value IS 9 (3.91% from 255) = 2.81%
BLUE value IS 149 (58.59% from 255) = 46.56%
R=50.62%
G=2.81%
B=46.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162914900.940.080.36305.189.4733.53
HexA299505E8241315922
Octal242112250136104446113142
Binary101000101001100101010101111010001001001001100011011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20995; }

 p { color: rgb(162,9,149); }

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

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

 a { background-color: rgb(162,9,149); }

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

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

 span { border-color: rgb(162,9,149); }

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