#A57191

Color #A57191 Mountbatten Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountbatten Pink #A57191

Tints of Mountbatten Pink #A57191

Color information

#A57191 (or 0xA57191) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 71 and 91. RGB value is (165,113,145). Sum of RGB (Red+Green+Blue) = 165+113+145=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 113 (44.53% from 255 or 26.71% from 423); Blue value is 145 (57.03% from 255 or 34.28% from 423); Max value from RGB is 165 - color contains mainly: red. Hex color #A57191 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57191 is #5A8E6E. Grayscale: #848484. Windows color (decimal): -5934703 or 9531813. OLE color: 9531813.

HSL color Cylindrical-coordinate representation of color #A57191: hue angle of 323.08º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A57191 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB165113145-
CMYK00.320.120.35
HSL323.08º22.41%54.51%-
HSV(B)323.08º31.52%64.71%-
XYZ26.5321.8529.61-
YUV132.2135.23151.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.01%
GREEN value IS 113 (44.53% from 255) = 26.71%
BLUE value IS 145 (57.03% from 255) = 34.28%
R=39.01%
G=26.71%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511314500.320.120.35323.0822.4154.51
HexA57191020C231431637
Octal24516122104014435032667
Binary101001011110001100100010100000110010001110100001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57191; }

 p { color: rgb(165,113,145); }

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

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

 a { background-color: rgb(165,113,145); }

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

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

 span { border-color: rgb(165,113,145); }

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