#A6119C

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

Shades of Dark Magenta #A6119C

Tints of Dark Magenta #A6119C

Color information

#A6119C (or 0xA6119C) is unknown color: approx Dark Magenta. HEX triplet: A6, 11 and 9C. RGB value is (166,17,156). Sum of RGB (Red+Green+Blue) = 166+17+156=339 (44% of max value = 765). Red value is 166 (65.23% from 255 or 48.97% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 166 - color contains mainly: red. Hex color #A6119C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6119C is #59EE63. Grayscale: #4C4C4C. Windows color (decimal): -5893732 or 10228134. OLE color: 10228134.

HSL color Cylindrical-coordinate representation of color #A6119C: hue angle of 304.03º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A6119C is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB16617156-
CMYK00.900.060.35
HSL304.03º81.42%35.88%-
HSV(B)304.03º89.76%65.1%-
XYZ21.9310.9132.4-
YUV77.4172.36191.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.97%
GREEN value IS 17 (7.03% from 255) = 5.01%
BLUE value IS 156 (61.33% from 255) = 46.02%
R=48.97%
G=5.01%
B=46.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661715600.900.060.35304.0381.4235.88
HexA6119C05A6231305124
Octal24621234013264346012144
Binary101001101000110011100010110101101000111001100001010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6119C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6119C; }

 p { color: rgb(166,17,156); }

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

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

 a { background-color: rgb(166,17,156); }

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

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

 span { border-color: rgb(166,17,156); }

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