#A6159F

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

Shades of Dark Magenta #A6159F

Tints of Dark Magenta #A6159F

Color information

#A6159F (or 0xA6159F) is unknown color: approx Dark Magenta. HEX triplet: A6, 15 and 9F. RGB value is (166,21,159). Sum of RGB (Red+Green+Blue) = 166+21+159=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 21 (8.59% from 255 or 6.07% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 166 - color contains mainly: red. Hex color #A6159F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6159F is #59EA60. Grayscale: #4F4F4F. Windows color (decimal): -5892705 or 10425766. OLE color: 10425766.

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

Color convert

RGB16621159-
CMYK00.870.040.35
HSL302.9º77.54%36.67%-
HSV(B)302.9º87.35%65.1%-
XYZ22.2511.1533.78-
YUV80.09172.54189.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.98%
GREEN value IS 21 (8.59% from 255) = 6.07%
BLUE value IS 159 (62.5% from 255) = 45.95%
R=47.98%
G=6.07%
B=45.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1662115900.870.040.35302.977.5436.67
HexA6159F05742312f4e25
Octal24625237012744345711645
Binary101001101010110011111010101111001000111001011111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6159F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6159F; }

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

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

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

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

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

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

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

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