#A1738B

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

Shades of Mountbatten Pink #A1738B

Tints of Mountbatten Pink #A1738B

Color information

#A1738B (or 0xA1738B) is unknown color: approx Mountbatten Pink. HEX triplet: A1, 73 and 8B. RGB value is (161,115,139). Sum of RGB (Red+Green+Blue) = 161+115+139=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 115 (45.31% from 255 or 27.71% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 161 - color contains mainly: red. Hex color #A1738B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1738B is #5E8C74. Grayscale: #838383. Windows color (decimal): -6196341 or 9139105. OLE color: 9139105.

HSL color Cylindrical-coordinate representation of color #A1738B: hue angle of 328.7º 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 #A1738B is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB161115139-
CMYK00.290.140.37
HSL328.7º19.66%54.12%-
HSV(B)328.7º28.57%63.14%-
XYZ25.4921.727.27-
YUV131.49132.24149.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.80%
GREEN value IS 115 (45.31% from 255) = 27.71%
BLUE value IS 139 (54.69% from 255) = 33.49%
R=38.80%
G=27.71%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111513900.290.140.37328.719.6654.12
HexA1738B01DE251491436
Octal24116321303516455112466
Binary10100001111001110001011011101111010010110100100110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1738B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1738B; }

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

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

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

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

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

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

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

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