#A606A4

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

Shades of Dark Magenta #A606A4

Tints of Dark Magenta #A606A4

Color information

#A606A4 (or 0xA606A4) is unknown color: approx Dark Magenta. HEX triplet: A6, 06 and A4. RGB value is (166,6,164). Sum of RGB (Red+Green+Blue) = 166+6+164=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 6 (2.73% from 255 or 1.79% from 336); Blue value is 164 (64.45% from 255 or 48.81% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A606A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A606A4 is #59F95B. Grayscale: #474747. Windows color (decimal): -5896540 or 10749606. OLE color: 10749606.

HSL color Cylindrical-coordinate representation of color #A606A4: hue angle of 300.75º 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 #A606A4 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB1666164-
CMYK00.960.010.35
HSL300.75º93.02%33.73%-
HSV(B)300.75º96.39%65.1%-
XYZ22.4910.9236.04-
YUV71.85180.01195.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.40%
GREEN value IS 6 (2.73% from 255) = 1.79%
BLUE value IS 164 (64.45% from 255) = 48.81%
R=49.40%
G=1.79%
B=48.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166616400.960.010.35300.7593.0233.73
HexA66A406012312d5d22
Octal2466244014014345513542
Binary10100110110101001000110000011000111001011011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A606A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A606A4; }

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

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

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

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

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

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

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

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