#A57490

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

Shades of Mountbatten Pink #A57490

Tints of Mountbatten Pink #A57490

Color information

#A57490 (or 0xA57490) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 74 and 90. RGB value is (165,116,144). Sum of RGB (Red+Green+Blue) = 165+116+144=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 116 (45.70% from 255 or 27.29% from 425); Blue value is 144 (56.64% from 255 or 33.88% from 425); Max value from RGB is 165 - color contains mainly: red. Hex color #A57490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57490 is #5A8B6F. Grayscale: #858585. Windows color (decimal): -5933936 or 9467045. OLE color: 9467045.

HSL color Cylindrical-coordinate representation of color #A57490: hue angle of 325.71º 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 #A57490 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB165116144-
CMYK00.300.130.35
HSL325.71º21.4%55.1%-
HSV(B)325.71º29.7%64.71%-
XYZ26.822.529.32-
YUV133.84133.73150.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.82%
GREEN value IS 116 (45.70% from 255) = 27.29%
BLUE value IS 144 (56.64% from 255) = 33.88%
R=38.82%
G=27.29%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511614400.300.130.35325.7121.455.1
HexA5749001ED231461537
Octal24516422003615435062567
Binary10100101111010010010000011110110110001110100011010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57490; }

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

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

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

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

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

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

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

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