#A1768C

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

Shades of Mountbatten Pink #A1768C

Tints of Mountbatten Pink #A1768C

Color information

#A1768C (or 0xA1768C) is unknown color: approx Mountbatten Pink. HEX triplet: A1, 76 and 8C. RGB value is (161,118,140). Sum of RGB (Red+Green+Blue) = 161+118+140=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 118 (46.48% from 255 or 28.16% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 161 - color contains mainly: red. Hex color #A1768C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1768C is #5E8973. Grayscale: #858585. Windows color (decimal): -6195572 or 9205409. OLE color: 9205409.

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

Color convert

RGB161118140-
CMYK00.270.130.37
HSL329.3º18.61%54.71%-
HSV(B)329.3º26.71%63.14%-
XYZ25.9122.4327.77-
YUV133.36131.75147.71-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.42%
GREEN value IS 118 (46.48% from 255) = 28.16%
BLUE value IS 140 (55.08% from 255) = 33.41%
R=38.42%
G=28.16%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111814000.270.130.37329.318.6154.71
HexA1768C01BD251491337
Octal24116621403315455112367
Binary10100001111011010001100011011110110010110100100110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1768C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1768C; }

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

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

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

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

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

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

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

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