#A1738C

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

Shades of Mountbatten Pink #A1738C

Tints of Mountbatten Pink #A1738C

Color information

#A1738C (or 0xA1738C) is unknown color: approx Mountbatten Pink. HEX triplet: A1, 73 and 8C. RGB value is (161,115,140). Sum of RGB (Red+Green+Blue) = 161+115+140=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 161 - color contains mainly: red. Hex color #A1738C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1738C is #5E8C73. Grayscale: #838383. Windows color (decimal): -6196340 or 9204641. OLE color: 9204641.

HSL color Cylindrical-coordinate representation of color #A1738C: hue angle of 327.39º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1738C is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.37.

Color convert

RGB161115140-
CMYK00.290.130.37
HSL327.39º19.66%54.12%-
HSV(B)327.39º28.57%63.14%-
XYZ25.5621.7327.66-
YUV131.6132.74148.97-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.70%
GREEN value IS 115 (45.31% from 255) = 27.64%
BLUE value IS 140 (55.08% from 255) = 33.65%
R=38.70%
G=27.64%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111514000.290.130.37327.3919.6654.12
HexA1738C01DD251471436
Octal24116321403515455072466
Binary10100001111001110001100011101110110010110100011110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1738C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1738C; }

 p { color: rgb(161,115,140); }

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

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

 a { background-color: rgb(161,115,140); }

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

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

 span { border-color: rgb(161,115,140); }

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