#A1387B

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

Shades of Medium Red Violet #A1387B

Tints of Medium Red Violet #A1387B

Color information

#A1387B (or 0xA1387B) is unknown color: approx Medium Red Violet. HEX triplet: A1, 38 and 7B. RGB value is (161,56,123). Sum of RGB (Red+Green+Blue) = 161+56+123=340 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.35% from 340); Green value is 56 (22.27% from 255 or 16.47% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 161 - color contains mainly: red. Hex color #A1387B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1387B is #5EC784. Grayscale: #5E5E5E. Windows color (decimal): -6211461 or 8075425. OLE color: 8075425.

HSL color Cylindrical-coordinate representation of color #A1387B: hue angle of 321.71º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A1387B is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB16156123-
CMYK00.650.240.37
HSL321.71º48.39%42.55%-
HSV(B)321.71º65.22%63.14%-
XYZ19.6911.8419.99-
YUV95.03143.79175.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.35%
GREEN value IS 56 (22.27% from 255) = 16.47%
BLUE value IS 123 (48.44% from 255) = 36.18%
R=47.35%
G=16.47%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615612300.650.240.37321.7148.3942.55
HexA1387B0411825142302b
Octal24170173010130455026053
Binary1010000111100011110110100000111000100101101000010110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1387B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1387B; }

 p { color: rgb(161,56,123); }

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

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

 a { background-color: rgb(161,56,123); }

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

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

 span { border-color: rgb(161,56,123); }

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