#A7319E

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

Shades of Medium Red Violet #A7319E

Tints of Medium Red Violet #A7319E

Color information

#A7319E (or 0xA7319E) is unknown color: approx Medium Red Violet. HEX triplet: A7, 31 and 9E. RGB value is (167,49,158). Sum of RGB (Red+Green+Blue) = 167+49+158=374 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.65% from 374); Green value is 49 (19.53% from 255 or 13.10% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 167 - color contains mainly: red. Hex color #A7319E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7319E is #58CE61. Grayscale: #606060. Windows color (decimal): -5820002 or 10367399. OLE color: 10367399.

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

Color convert

RGB16749158-
CMYK00.710.050.35
HSL304.58º54.63%42.35%-
HSV(B)304.58º70.66%65.49%-
XYZ23.2112.8833.61-
YUV96.71162.59178.14-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.65%
GREEN value IS 49 (19.53% from 255) = 13.10%
BLUE value IS 158 (62.11% from 255) = 42.25%
R=44.65%
G=13.10%
B=42.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1674915800.710.050.35304.5854.6342.35
HexA7319E047523131372a
Octal2476123601075434616752
Binary101001111100011001111001000111101100011100110001110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7319E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7319E; }

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

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

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

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

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

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

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

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