#A1738F

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

Shades of Mountbatten Pink #A1738F

Tints of Mountbatten Pink #A1738F

Color information

#A1738F (or 0xA1738F) is unknown color: approx Mountbatten Pink. HEX triplet: A1, 73 and 8F. RGB value is (161,115,143). Sum of RGB (Red+Green+Blue) = 161+115+143=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 161 - color contains mainly: red. Hex color #A1738F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1738F is #5E8C70. Grayscale: #838383. Windows color (decimal): -6196337 or 9401249. OLE color: 9401249.

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

Color convert

RGB161115143-
CMYK00.290.110.37
HSL323.48º19.66%54.12%-
HSV(B)323.48º28.57%63.14%-
XYZ25.7921.8228.84-
YUV131.95134.24148.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.42%
GREEN value IS 115 (45.31% from 255) = 27.45%
BLUE value IS 143 (56.25% from 255) = 34.13%
R=38.42%
G=27.45%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111514300.290.110.37323.4819.6654.12
HexA1738F01DB251431436
Octal24116321703513455032466
Binary10100001111001110001111011101101110010110100001110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1738F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1738F; }

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

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

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

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

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

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

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

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