#A73A95

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

Shades of Medium Red Violet #A73A95

Tints of Medium Red Violet #A73A95

Color information

#A73A95 (or 0xA73A95) is unknown color: approx Medium Red Violet. HEX triplet: A7, 3A and 95. RGB value is (167,58,149). Sum of RGB (Red+Green+Blue) = 167+58+149=374 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.65% from 374); Green value is 58 (23.05% from 255 or 15.51% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 167 - color contains mainly: red. Hex color #A73A95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73A95 is #58C56A. Grayscale: #646464. Windows color (decimal): -5817707 or 9779879. OLE color: 9779879.

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

Color convert

RGB16758149-
CMYK00.650.110.35
HSL309.91º48.44%44.12%-
HSV(B)309.91º65.27%65.49%-
XYZ22.8713.4129.82-
YUV100.96155.11175.1-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.65%
GREEN value IS 58 (23.05% from 255) = 15.51%
BLUE value IS 149 (58.59% from 255) = 39.84%
R=44.65%
G=15.51%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1675814900.650.110.35309.9148.4444.12
HexA73A95041B23136302c
Octal24772225010113434666054
Binary1010011111101010010101010000011011100011100110110110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73A95; }

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

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

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

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

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

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

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

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