#A1388B

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

Shades of Medium Red Violet #A1388B

Tints of Medium Red Violet #A1388B

Color information

#A1388B (or 0xA1388B) is unknown color: approx Medium Red Violet. HEX triplet: A1, 38 and 8B. RGB value is (161,56,139). Sum of RGB (Red+Green+Blue) = 161+56+139=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 56 (22.27% from 255 or 15.73% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 161 - color contains mainly: red. Hex color #A1388B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1388B is #5EC774. Grayscale: #606060. Windows color (decimal): -6211445 or 9124001. OLE color: 9124001.

HSL color Cylindrical-coordinate representation of color #A1388B: hue angle of 312.57º 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 #A1388B is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB16156139-
CMYK00.650.140.37
HSL312.57º48.39%42.55%-
HSV(B)312.57º65.22%63.14%-
XYZ20.7712.2725.7-
YUV96.86151.79173.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.22%
GREEN value IS 56 (22.27% from 255) = 15.73%
BLUE value IS 139 (54.69% from 255) = 39.04%
R=45.22%
G=15.73%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615613900.650.140.37312.5748.3942.55
HexA1388B041E25139302b
Octal24170213010116454716053
Binary1010000111100010001011010000011110100101100111001110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1388B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1388B; }

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

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

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

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

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

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

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

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