#A73F94

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

Shades of Medium Red Violet #A73F94

Tints of Medium Red Violet #A73F94

Color information

#A73F94 (or 0xA73F94) is unknown color: approx Medium Red Violet. HEX triplet: A7, 3F and 94. RGB value is (167,63,148). Sum of RGB (Red+Green+Blue) = 167+63+148=378 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.18% from 378); Green value is 63 (25% from 255 or 16.67% from 378); Blue value is 148 (58.20% from 255 or 39.15% from 378); Max value from RGB is 167 - color contains mainly: red. Hex color #A73F94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73F94 is #58C06B. Grayscale: #676767. Windows color (decimal): -5816428 or 9715623. OLE color: 9715623.

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

Color convert

RGB16763148-
CMYK00.620.110.35
HSL310.96º45.22%45.1%-
HSV(B)310.96º62.28%65.49%-
XYZ23.0613.9129.49-
YUV103.79152.96173.09-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.18%
GREEN value IS 63 (25% from 255) = 16.67%
BLUE value IS 148 (58.20% from 255) = 39.15%
R=44.18%
G=16.67%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1676314800.620.110.35310.9645.2245.1
HexA73F9403EB231372d2d
Octal2477722407613434675555
Binary101001111111111001010001111101011100011100110111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73F94; }

 p { color: rgb(167,63,148); }

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

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

 a { background-color: rgb(167,63,148); }

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

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

 span { border-color: rgb(167,63,148); }

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