#A7318D

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

Shades of Medium Red Violet #A7318D

Tints of Medium Red Violet #A7318D

Color information

#A7318D (or 0xA7318D) is unknown color: approx Medium Red Violet. HEX triplet: A7, 31 and 8D. RGB value is (167,49,141). Sum of RGB (Red+Green+Blue) = 167+49+141=357 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.78% from 357); Green value is 49 (19.53% from 255 or 13.73% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 167 - color contains mainly: red. Hex color #A7318D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7318D is #58CE72. Grayscale: #5E5E5E. Windows color (decimal): -5820019 or 9253287. OLE color: 9253287.

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

Color convert

RGB16749141-
CMYK00.710.160.35
HSL313.22º54.63%42.35%-
HSV(B)313.22º70.66%65.49%-
XYZ21.8412.3426.43-
YUV94.77154.09179.52-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.78%
GREEN value IS 49 (19.53% from 255) = 13.73%
BLUE value IS 141 (55.47% from 255) = 39.50%
R=46.78%
G=13.73%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1674914100.710.160.35313.2254.6342.35
HexA7318D0471023139372a
Octal24761215010720434716752
Binary10100111110001100011010100011110000100011100111001110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7318D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7318D; }

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

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

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

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

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

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

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

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