#A57491

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

Shades of Mountbatten Pink #A57491

Tints of Mountbatten Pink #A57491

Color information

#A57491 (or 0xA57491) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 74 and 91. RGB value is (165,116,145). Sum of RGB (Red+Green+Blue) = 165+116+145=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 116 (45.70% from 255 or 27.23% from 426); Blue value is 145 (57.03% from 255 or 34.04% from 426); Max value from RGB is 165 - color contains mainly: red. Hex color #A57491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57491 is #5A8B6E. Grayscale: #858585. Windows color (decimal): -5933935 or 9532581. OLE color: 9532581.

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

Color convert

RGB165116145-
CMYK00.300.120.35
HSL324.49º21.4%55.1%-
HSV(B)324.49º29.7%64.71%-
XYZ26.8722.5329.72-
YUV133.96134.23150.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.73%
GREEN value IS 116 (45.70% from 255) = 27.23%
BLUE value IS 145 (57.03% from 255) = 34.04%
R=38.73%
G=27.23%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511614500.300.120.35324.4921.455.1
HexA5749101EC231441537
Octal24516422103614435042567
Binary10100101111010010010001011110110010001110100010010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57491; }

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

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

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

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

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

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

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

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