#A7319D

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

Shades of Medium Red Violet #A7319D

Tints of Medium Red Violet #A7319D

Color information

#A7319D (or 0xA7319D) is unknown color: approx Medium Red Violet. HEX triplet: A7, 31 and 9D. RGB value is (167,49,157). Sum of RGB (Red+Green+Blue) = 167+49+157=373 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.77% from 373); Green value is 49 (19.53% from 255 or 13.14% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 167 - color contains mainly: red. Hex color #A7319D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7319D is #58CE62. Grayscale: #606060. Windows color (decimal): -5820003 or 10301863. OLE color: 10301863.

HSL color Cylindrical-coordinate representation of color #A7319D: hue angle of 305.08º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A7319D is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB16749157-
CMYK00.710.060.35
HSL305.08º54.63%42.35%-
HSV(B)305.08º70.66%65.49%-
XYZ23.1212.8533.16-
YUV96.59162.09178.22-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.77%
GREEN value IS 49 (19.53% from 255) = 13.14%
BLUE value IS 157 (61.72% from 255) = 42.09%
R=44.77%
G=13.14%
B=42.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1674915700.710.060.35305.0854.6342.35
HexA7319D047623131372a
Octal2476123501076434616752
Binary101001111100011001110101000111110100011100110001110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7319D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7319D; }

 p { color: rgb(167,49,157); }

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

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

 a { background-color: rgb(167,49,157); }

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

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

 span { border-color: rgb(167,49,157); }

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