#A3778D

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

Shades of Mountbatten Pink #A3778D

Tints of Mountbatten Pink #A3778D

Color information

#A3778D (or 0xA3778D) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 77 and 8D. RGB value is (163,119,141). Sum of RGB (Red+Green+Blue) = 163+119+141=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 163 - color contains mainly: red. Hex color #A3778D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3778D is #5C8872. Grayscale: #868686. Windows color (decimal): -6064243 or 9271203. OLE color: 9271203.

HSL color Cylindrical-coordinate representation of color #A3778D: hue angle of 330º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3778D is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB163119141-
CMYK00.270.130.36
HSL330º19.3%55.29%-
HSV(B)330º26.99%63.92%-
XYZ26.5122.928.22-
YUV134.66131.58148.21-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.53%
GREEN value IS 119 (46.88% from 255) = 28.13%
BLUE value IS 141 (55.47% from 255) = 33.33%
R=38.53%
G=28.13%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311914100.270.130.3633019.355.29
HexA3778D01BD2414a1337
Octal24316721503315445122367
Binary10100011111011110001101011011110110010010100101010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3778D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3778D; }

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

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

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

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

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

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

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

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