#A1388D

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

Shades of Medium Red Violet #A1388D

Tints of Medium Red Violet #A1388D

Color information

#A1388D (or 0xA1388D) is unknown color: approx Medium Red Violet. HEX triplet: A1, 38 and 8D. RGB value is (161,56,141). Sum of RGB (Red+Green+Blue) = 161+56+141=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 56 (22.27% from 255 or 15.64% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A1388D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1388D is #5EC772. Grayscale: #606060. Windows color (decimal): -6211443 or 9255073. OLE color: 9255073.

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

Color convert

RGB16156141-
CMYK00.650.120.37
HSL311.43º48.39%42.55%-
HSV(B)311.43º65.22%63.14%-
XYZ20.9212.3326.48-
YUV97.08152.79173.59-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.97%
GREEN value IS 56 (22.27% from 255) = 15.64%
BLUE value IS 141 (55.47% from 255) = 39.39%
R=44.97%
G=15.64%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615614100.650.120.37311.4348.3942.55
HexA1388D041C25137302b
Octal24170215010114454676053
Binary1010000111100010001101010000011100100101100110111110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1388D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1388D; }

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

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

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

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

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

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

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

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