#A606A2

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

Shades of Dark Magenta #A606A2

Tints of Dark Magenta #A606A2

Color information

#A606A2 (or 0xA606A2) is unknown color: approx Dark Magenta. HEX triplet: A6, 06 and A2. RGB value is (166,6,162). Sum of RGB (Red+Green+Blue) = 166+6+162=334 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.70% from 334); Green value is 6 (2.73% from 255 or 1.80% from 334); Blue value is 162 (63.67% from 255 or 48.50% from 334); Max value from RGB is 166 - color contains mainly: red. Hex color #A606A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A606A2 is #59F95D. Grayscale: #474747. Windows color (decimal): -5896542 or 10618534. OLE color: 10618534.

HSL color Cylindrical-coordinate representation of color #A606A2: hue angle of 301.5º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A606A2 is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB1666162-
CMYK00.960.020.35
HSL301.5º93.02%33.73%-
HSV(B)301.5º96.39%65.1%-
XYZ22.3110.8535.1-
YUV71.62179.01195.32-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.70%
GREEN value IS 6 (2.73% from 255) = 1.80%
BLUE value IS 162 (63.67% from 255) = 48.50%
R=49.70%
G=1.80%
B=48.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166616200.960.020.35301.593.0233.73
HexA66A206022312e5d22
Octal2466242014024345613542
Binary101001101101010001001100000101000111001011101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A606A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A606A2; }

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

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

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

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

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

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

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

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