#A6159B

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

Shades of Dark Magenta #A6159B

Tints of Dark Magenta #A6159B

Color information

#A6159B (or 0xA6159B) is unknown color: approx Dark Magenta. HEX triplet: A6, 15 and 9B. RGB value is (166,21,155). Sum of RGB (Red+Green+Blue) = 166+21+155=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 21 (8.59% from 255 or 6.14% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 166 - color contains mainly: red. Hex color #A6159B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6159B is #59EA64. Grayscale: #4F4F4F. Windows color (decimal): -5892709 or 10163622. OLE color: 10163622.

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

Color convert

RGB16621155-
CMYK00.870.070.35
HSL304.55º77.54%36.67%-
HSV(B)304.55º87.35%65.1%-
XYZ21.9111.0131.98-
YUV79.63170.54189.6-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.54%
GREEN value IS 21 (8.59% from 255) = 6.14%
BLUE value IS 155 (60.94% from 255) = 45.32%
R=48.54%
G=6.14%
B=45.32%

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
Decimal1662115500.870.070.35304.5577.5436.67
HexA6159B0577231314e25
Octal24625233012774346111645
Binary101001101010110011011010101111111000111001100011001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6159B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6159B; }

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

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

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

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

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

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

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

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