#A7377D

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

Shades of Medium Red Violet #A7377D

Tints of Medium Red Violet #A7377D

Color information

#A7377D (or 0xA7377D) is unknown color: approx Medium Red Violet. HEX triplet: A7, 37 and 7D. RGB value is (167,55,125). Sum of RGB (Red+Green+Blue) = 167+55+125=347 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.13% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 167 - color contains mainly: red. Hex color #A7377D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7377D is #58C882. Grayscale: #606060. Windows color (decimal): -5818499 or 8206247. OLE color: 8206247.

HSL color Cylindrical-coordinate representation of color #A7377D: hue angle of 322.5º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A7377D is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB16755125-
CMYK00.670.250.35
HSL322.5º50.45%43.53%-
HSV(B)322.5º67.07%65.49%-
XYZ2112.4320.69-
YUV96.47144.11178.31-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 48.13%
GREEN value IS 55 (21.88% from 255) = 15.85%
BLUE value IS 125 (49.22% from 255) = 36.02%
R=48.13%
G=15.85%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1675512500.670.250.35322.550.4543.53
HexA7377D0431923142322c
Octal24767175010331435026254
Binary1010011111011111111010100001111001100011101000010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7377D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7377D; }

 p { color: rgb(167,55,125); }

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

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

 a { background-color: rgb(167,55,125); }

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

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

 span { border-color: rgb(167,55,125); }

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