#A1758E

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

Shades of Mountbatten Pink #A1758E

Tints of Mountbatten Pink #A1758E

Color information

#A1758E (or 0xA1758E) is unknown color: approx Mountbatten Pink. HEX triplet: A1, 75 and 8E. RGB value is (161,117,142). Sum of RGB (Red+Green+Blue) = 161+117+142=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 161 - color contains mainly: red. Hex color #A1758E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1758E is #5E8A71. Grayscale: #848484. Windows color (decimal): -6195826 or 9336225. OLE color: 9336225.

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

Color convert

RGB161117142-
CMYK00.270.120.37
HSL325.91º18.97%54.51%-
HSV(B)325.91º27.33%63.14%-
XYZ25.9422.2528.52-
YUV133.01133.08147.97-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.33%
GREEN value IS 117 (46.09% from 255) = 27.86%
BLUE value IS 142 (55.86% from 255) = 33.81%
R=38.33%
G=27.86%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111714200.270.120.37325.9118.9754.51
HexA1758E01BC251461337
Octal24116521603314455062367
Binary10100001111010110001110011011110010010110100011010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1758E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1758E; }

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

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

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

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

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

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

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

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