#A6169B

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

Shades of Dark Magenta #A6169B

Tints of Dark Magenta #A6169B

Color information

#A6169B (or 0xA6169B) is unknown color: approx Dark Magenta. HEX triplet: A6, 16 and 9B. RGB value is (166,22,155). Sum of RGB (Red+Green+Blue) = 166+22+155=343 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.40% from 343); Green value is 22 (8.98% from 255 or 6.41% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 166 - color contains mainly: red. Hex color #A6169B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6169B is #59E964. Grayscale: #4F4F4F. Windows color (decimal): -5892453 or 10163878. OLE color: 10163878.

HSL color Cylindrical-coordinate representation of color #A6169B: hue angle of 304.58º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A6169B is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB16622155-
CMYK00.870.070.35
HSL304.58º76.6%36.86%-
HSV(B)304.58º86.75%65.1%-
XYZ21.9311.0531.99-
YUV80.22170.21189.19-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.40%
GREEN value IS 22 (8.98% from 255) = 6.41%
BLUE value IS 155 (60.94% from 255) = 45.19%
R=48.40%
G=6.41%
B=45.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1662215500.870.070.35304.5876.636.86
HexA6169B0577231314d25
Octal24626233012774346111545
Binary101001101011010011011010101111111000111001100011001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6169B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6169B; }

 p { color: rgb(166,22,155); }

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

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

 a { background-color: rgb(166,22,155); }

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

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

 span { border-color: rgb(166,22,155); }

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