#A1758A

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

Shades of Mountbatten Pink #A1758A

Tints of Mountbatten Pink #A1758A

Color information

#A1758A (or 0xA1758A) is unknown color: approx Mountbatten Pink. HEX triplet: A1, 75 and 8A. RGB value is (161,117,138). Sum of RGB (Red+Green+Blue) = 161+117+138=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 161 - color contains mainly: red. Hex color #A1758A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1758A is #5E8A75. Grayscale: #848484. Windows color (decimal): -6195830 or 9074081. OLE color: 9074081.

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

Color convert

RGB161117138-
CMYK00.270.140.37
HSL331.36º18.97%54.51%-
HSV(B)331.36º27.33%63.14%-
XYZ25.6522.1326.97-
YUV132.55131.08148.29-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.70%
GREEN value IS 117 (46.09% from 255) = 28.12%
BLUE value IS 138 (54.30% from 255) = 33.17%
R=38.70%
G=28.12%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111713800.270.140.37331.3618.9754.51
HexA1758A01BE2514b1337
Octal24116521203316455132367
Binary10100001111010110001010011011111010010110100101110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1758A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1758A; }

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

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

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

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

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

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

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

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