#a7387f

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

Shades of Medium Red Violet #A7387F

Tints of Medium Red Violet #A7387F

Color information

#A7387F (or 0xA7387F) is unknown color: approx Medium Red Violet. HEX triplet: A7, 38 and 7F. RGB value is (167,56,127). Sum of RGB (Red+Green+Blue) = 167+56+127=350 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.71% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 167 - color contains mainly: red. Hex color #A7387F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7387F is #58C780. Grayscale: #616161. Windows color (decimal): -5818241 or 8337575. OLE color: 8337575.

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

Color convert

RGB16756127-
CMYK00.660.240.35
HSL321.62º49.78%43.73%-
HSV(B)321.62º66.47%65.49%-
XYZ21.1812.5821.39-
YUV97.28144.77177.73-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.71%
GREEN value IS 56 (22.27% from 255) = 16%
BLUE value IS 127 (50% from 255) = 36.29%
R=47.71%
G=16%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1675612700.660.240.35321.6249.7843.73
HexA7387F0421823142322c
Octal24770177010230435026254
Binary1010011111100011111110100001011000100011101000010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a7387f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a7387f; }

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

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

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

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

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

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

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

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