#A73E95

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

Shades of Medium Red Violet #A73E95

Tints of Medium Red Violet #A73E95

Color information

#A73E95 (or 0xA73E95) is unknown color: approx Medium Red Violet. HEX triplet: A7, 3E and 95. RGB value is (167,62,149). Sum of RGB (Red+Green+Blue) = 167+62+149=378 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.18% from 378); Green value is 62 (24.61% from 255 or 16.40% from 378); Blue value is 149 (58.59% from 255 or 39.42% from 378); Max value from RGB is 167 - color contains mainly: red. Hex color #A73E95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73E95 is #58C16A. Grayscale: #676767. Windows color (decimal): -5816683 or 9780903. OLE color: 9780903.

HSL color Cylindrical-coordinate representation of color #A73E95: hue angle of 310.29º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A73E95 is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB16762149-
CMYK00.630.110.35
HSL310.29º45.85%44.9%-
HSV(B)310.29º62.87%65.49%-
XYZ23.0813.8329.89-
YUV103.31153.79173.43-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.18%
GREEN value IS 62 (24.61% from 255) = 16.40%
BLUE value IS 149 (58.59% from 255) = 39.42%
R=44.18%
G=16.40%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1676214900.630.110.35310.2945.8544.9
HexA73E9503FB231362e2d
Octal2477622507713434665655
Binary101001111111101001010101111111011100011100110110101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73E95; }

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

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

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

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

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

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

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

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