#A73175

Color #A73175 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #A73175

Tints of Medium Red Violet #A73175

Color information

#A73175 (or 0xA73175) is unknown color: approx Medium Red Violet. HEX triplet: A7, 31 and 75. RGB value is (167,49,117). Sum of RGB (Red+Green+Blue) = 167+49+117=333 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50.15% from 333); Green value is 49 (19.53% from 255 or 14.71% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 167 - color contains mainly: red. Hex color #A73175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73175 is #58CE8A. Grayscale: #5B5B5B. Windows color (decimal): -5820043 or 7680423. OLE color: 7680423.

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

Color convert

RGB16749117-
CMYK00.710.300.35
HSL325.42º54.63%42.35%-
HSV(B)325.42º70.66%65.49%-
XYZ20.2511.718.02-
YUV92.03142.09181.47-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50.15%
GREEN value IS 49 (19.53% from 255) = 14.71%
BLUE value IS 117 (46.09% from 255) = 35.14%
R=50.15%
G=14.71%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1674911700.710.300.35325.4254.6342.35
HexA731750471E23145372a
Octal24761165010736435056752
Binary1010011111000111101010100011111110100011101000101110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73175; }

 p { color: rgb(167,49,117); }

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

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

 a { background-color: rgb(167,49,117); }

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

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

 span { border-color: rgb(167,49,117); }

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