#A73382

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

Shades of Medium Red Violet #A73382

Tints of Medium Red Violet #A73382

Color information

#A73382 (or 0xA73382) is unknown color: approx Medium Red Violet. HEX triplet: A7, 33 and 82. RGB value is (167,51,130). Sum of RGB (Red+Green+Blue) = 167+51+130=348 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.99% from 348); Green value is 51 (20.31% from 255 or 14.66% from 348); Blue value is 130 (51.17% from 255 or 37.36% from 348); Max value from RGB is 167 - color contains mainly: red. Hex color #A73382 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73382 is #58CC7D. Grayscale: #5E5E5E. Windows color (decimal): -5819518 or 8532903. OLE color: 8532903.

HSL color Cylindrical-coordinate representation of color #A73382: hue angle of 319.14º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A73382 is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB16751130-
CMYK00.690.220.35
HSL319.14º53.21%42.75%-
HSV(B)319.14º69.46%65.49%-
XYZ21.1512.1922.36-
YUV94.69147.93179.58-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.99%
GREEN value IS 51 (20.31% from 255) = 14.66%
BLUE value IS 130 (51.17% from 255) = 37.36%
R=47.99%
G=14.66%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1675113000.690.220.35319.1453.2142.75
HexA73382045162313f352b
Octal24763202010526434776553
Binary10100111110011100000100100010110110100011100111111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73382; }

 p { color: rgb(167,51,130); }

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

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

 a { background-color: rgb(167,51,130); }

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

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

 span { border-color: rgb(167,51,130); }

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