#A17590

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

Shades of Mountbatten Pink #A17590

Tints of Mountbatten Pink #A17590

Color information

#A17590 (or 0xA17590) is unknown color: approx Mountbatten Pink. HEX triplet: A1, 75 and 90. RGB value is (161,117,144). Sum of RGB (Red+Green+Blue) = 161+117+144=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 117 (46.09% from 255 or 27.73% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 161 - color contains mainly: red. Hex color #A17590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17590 is #5E8A6F. Grayscale: #858585. Windows color (decimal): -6195824 or 9467297. OLE color: 9467297.

HSL color Cylindrical-coordinate representation of color #A17590: hue angle of 323.18º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A17590 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB161117144-
CMYK00.270.110.37
HSL323.18º18.97%54.51%-
HSV(B)323.18º27.33%63.14%-
XYZ26.0922.3129.32-
YUV133.23134.08147.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.15%
GREEN value IS 117 (46.09% from 255) = 27.73%
BLUE value IS 144 (56.64% from 255) = 34.12%
R=38.15%
G=27.73%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111714400.270.110.37323.1818.9754.51
HexA1759001BB251431337
Octal24116522003313455032367
Binary10100001111010110010000011011101110010110100001110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17590; }

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

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

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

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

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

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

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

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