#A57590

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

Shades of Mountbatten Pink #A57590

Tints of Mountbatten Pink #A57590

Color information

#A57590 (or 0xA57590) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 75 and 90. RGB value is (165,117,144). Sum of RGB (Red+Green+Blue) = 165+117+144=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 117 (46.09% from 255 or 27.46% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 165 - color contains mainly: red. Hex color #A57590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57590 is #5A8A6F. Grayscale: #868686. Windows color (decimal): -5933680 or 9467301. OLE color: 9467301.

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

Color convert

RGB165117144-
CMYK00.290.130.35
HSL326.25º21.05%55.29%-
HSV(B)326.25º29.09%64.71%-
XYZ26.9122.7429.36-
YUV134.43133.4149.8-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.73%
GREEN value IS 117 (46.09% from 255) = 27.46%
BLUE value IS 144 (56.64% from 255) = 33.80%
R=38.73%
G=27.46%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511714400.290.130.35326.2521.0555.29
HexA5759001DD231461537
Octal24516522003515435062567
Binary10100101111010110010000011101110110001110100011010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57590; }

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

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

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

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

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

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

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

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