#A71595

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

Shades of Dark Magenta #A71595

Tints of Dark Magenta #A71595

Color information

#A71595 (or 0xA71595) is unknown color: approx Dark Magenta. HEX triplet: A7, 15 and 95. RGB value is (167,21,149). Sum of RGB (Red+Green+Blue) = 167+21+149=337 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.55% from 337); Green value is 21 (8.59% from 255 or 6.23% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 167 - color contains mainly: red. Hex color #A71595 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A71595 is #58EA6A. Grayscale: #4E4E4E. Windows color (decimal): -5827179 or 9770407. OLE color: 9770407.

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

Color convert

RGB16721149-
CMYK00.870.110.35
HSL307.4º77.66%36.86%-
HSV(B)307.4º87.43%65.49%-
XYZ21.6310.9229.4-
YUV79.25167.37190.59-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.55%
GREEN value IS 21 (8.59% from 255) = 6.23%
BLUE value IS 149 (58.59% from 255) = 44.21%
R=49.55%
G=6.23%
B=44.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1672114900.870.110.35307.477.6636.86
HexA71595057B231334e25
Octal247252250127134346311645
Binary1010011110101100101010101011110111000111001100111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71595; }

 p { color: rgb(167,21,149); }

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

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

 a { background-color: rgb(167,21,149); }

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

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

 span { border-color: rgb(167,21,149); }

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