#A7387E

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

Shades of Medium Red Violet #A7387E

Tints of Medium Red Violet #A7387E

Color information

#A7387E (or 0xA7387E) is unknown color: approx Medium Red Violet. HEX triplet: A7, 38 and 7E. RGB value is (167,56,126). Sum of RGB (Red+Green+Blue) = 167+56+126=349 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.85% from 349); Green value is 56 (22.27% from 255 or 16.05% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 167 - color contains mainly: red. Hex color #A7387E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7387E is #58C781. Grayscale: #616161. Windows color (decimal): -5818242 or 8272039. OLE color: 8272039.

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

Color convert

RGB16756126-
CMYK00.660.250.35
HSL322.16º49.78%43.73%-
HSV(B)322.16º66.47%65.49%-
XYZ21.1212.5521.05-
YUV97.17144.27177.81-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.85%
GREEN value IS 56 (22.27% from 255) = 16.05%
BLUE value IS 126 (49.61% from 255) = 36.10%
R=47.85%
G=16.05%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1675612600.660.250.35322.1649.7843.73
HexA7387E0421923142322c
Octal24770176010231435026254
Binary1010011111100011111100100001011001100011101000010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7387E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7387E; }

 p { color: rgb(167,56,126); }

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

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

 a { background-color: rgb(167,56,126); }

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

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

 span { border-color: rgb(167,56,126); }

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