#a7319b

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

Shades of Medium Red Violet #A7319B

Tints of Medium Red Violet #A7319B

Color information

#A7319B (or 0xA7319B) is unknown color: approx Medium Red Violet. HEX triplet: A7, 31 and 9B. RGB value is (167,49,155). Sum of RGB (Red+Green+Blue) = 167+49+155=371 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.01% from 371); Green value is 49 (19.53% from 255 or 13.21% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 167 - color contains mainly: red. Hex color #A7319B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7319B is #58CE64. Grayscale: #606060. Windows color (decimal): -5820005 or 10170791. OLE color: 10170791.

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

Color convert

RGB16749155-
CMYK00.710.070.35
HSL306.1º54.63%42.35%-
HSV(B)306.1º70.66%65.49%-
XYZ22.9512.7832.27-
YUV96.37161.09178.38-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.01%
GREEN value IS 49 (19.53% from 255) = 13.21%
BLUE value IS 155 (60.94% from 255) = 41.78%
R=45.01%
G=13.21%
B=41.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1674915500.710.070.35306.154.6342.35
HexA7319B047723132372a
Octal2476123301077434626752
Binary101001111100011001101101000111111100011100110010110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a7319b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a7319b; }

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

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

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

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

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

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

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

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