#A0778D

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

Shades of Mountbatten Pink #A0778D

Tints of Mountbatten Pink #A0778D

Color information

#A0778D (or 0xA0778D) is unknown color: approx Mountbatten Pink. HEX triplet: A0, 77 and 8D. RGB value is (160,119,141). Sum of RGB (Red+Green+Blue) = 160+119+141=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 160 - color contains mainly: red. Hex color #A0778D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0778D is #5F8872. Grayscale: #858585. Windows color (decimal): -6260851 or 9271200. OLE color: 9271200.

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

Color convert

RGB160119141-
CMYK00.260.120.37
HSL327.8º17.75%54.71%-
HSV(B)327.8º25.62%62.75%-
XYZ25.922.5928.19-
YUV133.77132.08146.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.10%
GREEN value IS 119 (46.88% from 255) = 28.33%
BLUE value IS 141 (55.47% from 255) = 33.57%
R=38.10%
G=28.33%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011914100.260.120.37327.817.7554.71
HexA0778D01AC251481237
Octal24016721503214455102267
Binary10100000111011110001101011010110010010110100100010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0778D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0778D; }

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

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

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

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

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

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

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

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