#A6159E

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

Shades of Dark Magenta #A6159E

Tints of Dark Magenta #A6159E

Color information

#A6159E (or 0xA6159E) is unknown color: approx Dark Magenta. HEX triplet: A6, 15 and 9E. RGB value is (166,21,158). Sum of RGB (Red+Green+Blue) = 166+21+158=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 21 (8.59% from 255 or 6.09% from 345); Blue value is 158 (62.11% from 255 or 45.80% from 345); Max value from RGB is 166 - color contains mainly: red. Hex color #A6159E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6159E is #59EA61. Grayscale: #4F4F4F. Windows color (decimal): -5892706 or 10360230. OLE color: 10360230.

HSL color Cylindrical-coordinate representation of color #A6159E: hue angle of 303.31º degrees, saturation: 0.78, 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 #A6159E is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB16621158-
CMYK00.870.050.35
HSL303.31º77.54%36.67%-
HSV(B)303.31º87.35%65.1%-
XYZ22.1711.1133.32-
YUV79.97172.04189.36-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.12%
GREEN value IS 21 (8.59% from 255) = 6.09%
BLUE value IS 158 (62.11% from 255) = 45.80%
R=48.12%
G=6.09%
B=45.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1662115800.870.050.35303.3177.5436.67
HexA6159E05752312f4e25
Octal24625236012754345711645
Binary101001101010110011110010101111011000111001011111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6159E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6159E; }

 p { color: rgb(166,21,158); }

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

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

 a { background-color: rgb(166,21,158); }

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

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

 span { border-color: rgb(166,21,158); }

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