#A71DA0

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

Shades of Dark Magenta #A71DA0

Tints of Dark Magenta #A71DA0

Color information

#A71DA0 (or 0xA71DA0) is unknown color: approx Dark Magenta. HEX triplet: A7, 1D and A0. RGB value is (167,29,160). Sum of RGB (Red+Green+Blue) = 167+29+160=356 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.91% from 356); Green value is 29 (11.72% from 255 or 8.15% from 356); Blue value is 160 (62.89% from 255 or 44.94% from 356); Max value from RGB is 167 - color contains mainly: red. Hex color #A71DA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A71DA0 is #58E25F. Grayscale: #545454. Windows color (decimal): -5825120 or 10493351. OLE color: 10493351.

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

Color convert

RGB16729160-
CMYK00.830.040.35
HSL303.04º70.41%38.43%-
HSV(B)303.04º82.63%65.49%-
XYZ22.7211.6334.31-
YUV85.2170.22186.35-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.91%
GREEN value IS 29 (11.72% from 255) = 8.15%
BLUE value IS 160 (62.89% from 255) = 44.94%
R=46.91%
G=8.15%
B=44.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1672916000.830.040.35303.0470.4138.43
HexA71DA005342312f4626
Octal24735240012344345710646
Binary101001111110110100000010100111001000111001011111000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71DA0; }

 p { color: rgb(167,29,160); }

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

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

 a { background-color: rgb(167,29,160); }

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

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

 span { border-color: rgb(167,29,160); }

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