#A0788E

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

Shades of Mountbatten Pink #A0788E

Tints of Mountbatten Pink #A0788E

Color information

#A0788E (or 0xA0788E) is unknown color: approx Mountbatten Pink. HEX triplet: A0, 78 and 8E. RGB value is (160,120,142). Sum of RGB (Red+Green+Blue) = 160+120+142=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 120 (47.27% from 255 or 28.44% from 422); Blue value is 142 (55.86% from 255 or 33.65% from 422); Max value from RGB is 160 - color contains mainly: red. Hex color #A0788E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0788E is #5F8771. Grayscale: #868686. Windows color (decimal): -6260594 or 9336992. OLE color: 9336992.

HSL color Cylindrical-coordinate representation of color #A0788E: hue angle of 327º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A0788E is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB160120142-
CMYK00.250.110.37
HSL327º17.39%54.9%-
HSV(B)327º25%62.75%-
XYZ26.122.8628.63-
YUV134.47132.25146.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.91%
GREEN value IS 120 (47.27% from 255) = 28.44%
BLUE value IS 142 (55.86% from 255) = 33.65%
R=37.91%
G=28.44%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012014200.250.110.3732717.3954.9
HexA0788E019B251471137
Octal24017021603113455072167
Binary10100000111100010001110011001101110010110100011110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0788E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0788E; }

 p { color: rgb(160,120,142); }

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

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

 a { background-color: rgb(160,120,142); }

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

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

 span { border-color: rgb(160,120,142); }

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