#A606AE

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

Shades of Dark Magenta #A606AE

Tints of Dark Magenta #A606AE

Color information

#A606AE (or 0xA606AE) is unknown color: approx Dark Magenta. HEX triplet: A6, 06 and AE. RGB value is (166,6,174). Sum of RGB (Red+Green+Blue) = 166+6+174=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 6 (2.73% from 255 or 1.73% from 346); Blue value is 174 (68.36% from 255 or 50.29% from 346); Max value from RGB is 174 - color contains mainly: blue. Hex color #A606AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A606AE is #59F951. Grayscale: #484848. Windows color (decimal): -5896530 or 11404966. OLE color: 11404966.

HSL color Cylindrical-coordinate representation of color #A606AE: hue angle of 297.14º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A606AE is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1666174-
CMYK0.050.9700.32
HSL297.14º93.33%35.29%-
HSV(B)297.14º96.55%68.24%-
XYZ23.4311.2940.99-
YUV72.99185.01194.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.98%
GREEN value IS 6 (2.73% from 255) = 1.73%
BLUE value IS 174 (68.36% from 255) = 50.29%
R=47.98%
G=1.73%
B=50.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal16661740.050.9700.32297.1493.3335.29
HexA66AE5610201295d23
Octal2466256514104045113543
Binary1010011011010101110101110000101000001001010011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A606AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A606AE; }

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

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

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

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

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

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

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

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