#A0788D

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

Shades of Mountbatten Pink #A0788D

Tints of Mountbatten Pink #A0788D

Color information

#A0788D (or 0xA0788D) is unknown color: approx Mountbatten Pink. HEX triplet: A0, 78 and 8D. RGB value is (160,120,141). Sum of RGB (Red+Green+Blue) = 160+120+141=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 160 - color contains mainly: red. Hex color #A0788D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0788D is #5F8772. Grayscale: #868686. Windows color (decimal): -6260595 or 9271456. OLE color: 9271456.

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

Color convert

RGB160120141-
CMYK00.250.120.37
HSL328.5º17.39%54.9%-
HSV(B)328.5º25%62.75%-
XYZ26.0222.8328.23-
YUV134.35131.75146.29-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.00%
GREEN value IS 120 (47.27% from 255) = 28.50%
BLUE value IS 141 (55.47% from 255) = 33.49%
R=38.00%
G=28.50%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012014100.250.120.37328.517.3954.9
HexA0788D019C251481137
Octal24017021503114455102167
Binary10100000111100010001101011001110010010110100100010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0788D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0788D; }

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

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

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

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

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

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

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

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