#A73D84

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

Shades of Medium Red Violet #A73D84

Tints of Medium Red Violet #A73D84

Color information

#A73D84 (or 0xA73D84) is unknown color: approx Medium Red Violet. HEX triplet: A7, 3D and 84. RGB value is (167,61,132). Sum of RGB (Red+Green+Blue) = 167+61+132=360 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.39% from 360); Green value is 61 (24.22% from 255 or 16.94% from 360); Blue value is 132 (51.95% from 255 or 36.67% from 360); Max value from RGB is 167 - color contains mainly: red. Hex color #A73D84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73D84 is #58C27B. Grayscale: #646464. Windows color (decimal): -5816956 or 8666535. OLE color: 8666535.

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

Color convert

RGB16761132-
CMYK00.630.210.35
HSL319.81º46.49%44.71%-
HSV(B)319.81º63.47%65.49%-
XYZ21.7713.2223.23-
YUV100.79145.62175.23-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.39%
GREEN value IS 61 (24.22% from 255) = 16.94%
BLUE value IS 132 (51.95% from 255) = 36.67%
R=46.39%
G=16.94%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1676113200.630.210.35319.8146.4944.71
HexA73D8403F15231402e2d
Octal2477520407725435005655
Binary1010011111110110000100011111110101100011101000000101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73D84; }

 p { color: rgb(167,61,132); }

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

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

 a { background-color: rgb(167,61,132); }

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

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

 span { border-color: rgb(167,61,132); }

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