#A6168F

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

Shades of Dark Magenta #A6168F

Tints of Dark Magenta #A6168F

Color information

#A6168F (or 0xA6168F) is unknown color: approx Dark Magenta. HEX triplet: A6, 16 and 8F. RGB value is (166,22,143). Sum of RGB (Red+Green+Blue) = 166+22+143=331 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.15% from 331); Green value is 22 (8.98% from 255 or 6.65% from 331); Blue value is 143 (56.25% from 255 or 43.20% from 331); Max value from RGB is 166 - color contains mainly: red. Hex color #A6168F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6168F is #59E970. Grayscale: #4E4E4E. Windows color (decimal): -5892465 or 9377446. OLE color: 9377446.

HSL color Cylindrical-coordinate representation of color #A6168F: hue angle of 309.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 #A6168F is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB16622143-
CMYK00.870.140.35
HSL309.58º76.6%36.86%-
HSV(B)309.58º86.75%65.1%-
XYZ20.9710.6626.94-
YUV78.85164.21190.16-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.15%
GREEN value IS 22 (8.98% from 255) = 6.65%
BLUE value IS 143 (56.25% from 255) = 43.20%
R=50.15%
G=6.65%
B=43.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1662214300.870.140.35309.5876.636.86
HexA6168F057E231364d25
Octal246262170127164346611545
Binary1010011010110100011110101011111101000111001101101001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6168F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6168F; }

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

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

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

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

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

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

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

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