#A71695

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

Shades of Dark Magenta #A71695

Tints of Dark Magenta #A71695

Color information

#A71695 (or 0xA71695) is unknown color: approx Dark Magenta. HEX triplet: A7, 16 and 95. RGB value is (167,22,149). Sum of RGB (Red+Green+Blue) = 167+22+149=338 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.41% from 338); Green value is 22 (8.98% from 255 or 6.51% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 167 - color contains mainly: red. Hex color #A71695 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A71695 is #58E96A. Grayscale: #4F4F4F. Windows color (decimal): -5826923 or 9770663. OLE color: 9770663.

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

Color convert

RGB16722149-
CMYK00.870.110.35
HSL307.45º76.72%37.06%-
HSV(B)307.45º86.83%65.49%-
XYZ21.6510.9629.41-
YUV79.83167.04190.17-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.41%
GREEN value IS 22 (8.98% from 255) = 6.51%
BLUE value IS 149 (58.59% from 255) = 44.08%
R=49.41%
G=6.51%
B=44.08%

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
Decimal1672214900.870.110.35307.4576.7237.06
HexA71695057B231334d25
Octal247262250127134346311545
Binary1010011110110100101010101011110111000111001100111001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71695; }

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

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

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

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

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

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

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

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