#A71C9B

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

Shades of Dark Magenta #A71C9B

Tints of Dark Magenta #A71C9B

Color information

#A71C9B (or 0xA71C9B) is unknown color: approx Dark Magenta. HEX triplet: A7, 1C and 9B. RGB value is (167,28,155). Sum of RGB (Red+Green+Blue) = 167+28+155=350 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.71% from 350); Green value is 28 (11.33% from 255 or 8% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 167 - color contains mainly: red. Hex color #A71C9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A71C9B is #58E364. Grayscale: #535353. Windows color (decimal): -5825381 or 10165415. OLE color: 10165415.

HSL color Cylindrical-coordinate representation of color #A71C9B: hue angle of 305.18º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A71C9B is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB16728155-
CMYK00.830.070.35
HSL305.18º71.28%38.24%-
HSV(B)305.18º83.23%65.49%-
XYZ22.2711.4132.04-
YUV84.04168.05187.17-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.71%
GREEN value IS 28 (11.33% from 255) = 8%
BLUE value IS 155 (60.94% from 255) = 44.29%
R=47.71%
G=8%
B=44.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1672815500.830.070.35305.1871.2838.24
HexA71C9B0537231314726
Octal24734233012374346110746
Binary101001111110010011011010100111111000111001100011000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71C9B; }

 p { color: rgb(167,28,155); }

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

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

 a { background-color: rgb(167,28,155); }

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

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

 span { border-color: rgb(167,28,155); }

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