#A73A7A

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

Shades of Medium Red Violet #A73A7A

Tints of Medium Red Violet #A73A7A

Color information

#A73A7A (or 0xA73A7A) is unknown color: approx Medium Red Violet. HEX triplet: A7, 3A and 7A. RGB value is (167,58,122). Sum of RGB (Red+Green+Blue) = 167+58+122=347 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.13% from 347); Green value is 58 (23.05% from 255 or 16.71% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 167 - color contains mainly: red. Hex color #A73A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73A7A is #58C585. Grayscale: #616161. Windows color (decimal): -5817734 or 8010407. OLE color: 8010407.

HSL color Cylindrical-coordinate representation of color #A73A7A: hue angle of 324.77º 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 #A73A7A is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB16758122-
CMYK00.650.270.35
HSL324.77º48.44%44.12%-
HSV(B)324.77º65.27%65.49%-
XYZ20.9612.6519.75-
YUV97.89141.61177.3-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 48.13%
GREEN value IS 58 (23.05% from 255) = 16.71%
BLUE value IS 122 (48.05% from 255) = 35.16%
R=48.13%
G=16.71%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1675812200.650.270.35324.7748.4444.12
HexA73A7A0411B23145302c
Octal24772172010133435056054
Binary1010011111101011110100100000111011100011101000101110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73A7A; }

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

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

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

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

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

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

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

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