#A20696

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

Shades of Dark Magenta #A20696

Tints of Dark Magenta #A20696

Color information

#A20696 (or 0xA20696) is unknown color: approx Dark Magenta. HEX triplet: A2, 06 and 96. RGB value is (162,6,150). Sum of RGB (Red+Green+Blue) = 162+6+150=318 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.94% from 318); Green value is 6 (2.73% from 255 or 1.89% from 318); Blue value is 150 (58.98% from 255 or 47.17% from 318); Max value from RGB is 162 - color contains mainly: red. Hex color #A20696 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20696 is #5DF969. Grayscale: #444444. Windows color (decimal): -6158698 or 9832098. OLE color: 9832098.

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

Color convert

RGB1626150-
CMYK00.960.070.36
HSL304.62º92.86%32.94%-
HSV(B)304.62º96.3%63.53%-
XYZ20.4710.0129.71-
YUV69.06173.68194.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.94%
GREEN value IS 6 (2.73% from 255) = 1.89%
BLUE value IS 150 (58.98% from 255) = 47.17%
R=50.94%
G=1.89%
B=47.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162615000.960.070.36304.6292.8632.94
HexA26960607241315d21
Octal2426226014074446113541
Binary1010001011010010110011000001111001001001100011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20696; }

 p { color: rgb(162,6,150); }

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

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

 a { background-color: rgb(162,6,150); }

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

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

 span { border-color: rgb(162,6,150); }

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