#A71195

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

Shades of Dark Magenta #A71195

Tints of Dark Magenta #A71195

Color information

#A71195 (or 0xA71195) is unknown color: approx Dark Magenta. HEX triplet: A7, 11 and 95. RGB value is (167,17,149). Sum of RGB (Red+Green+Blue) = 167+17+149=333 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50.15% from 333); Green value is 17 (7.03% from 255 or 5.11% from 333); Blue value is 149 (58.59% from 255 or 44.74% from 333); Max value from RGB is 167 - color contains mainly: red. Hex color #A71195 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A71195 is #58EE6A. Grayscale: #4C4C4C. Windows color (decimal): -5828203 or 9769383. OLE color: 9769383.

HSL color Cylindrical-coordinate representation of color #A71195: hue angle of 307.2º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A71195 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB16717149-
CMYK00.900.110.35
HSL307.2º81.52%36.08%-
HSV(B)307.2º89.82%65.49%-
XYZ21.5610.7929.38-
YUV76.9168.7192.27-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50.15%
GREEN value IS 17 (7.03% from 255) = 5.11%
BLUE value IS 149 (58.59% from 255) = 44.74%
R=50.15%
G=5.11%
B=44.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671714900.900.110.35307.281.5236.08
HexA7119505AB231335224
Octal247212250132134346312244
Binary1010011110001100101010101101010111000111001100111010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71195; }

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

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

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

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

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

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

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

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