#A3778A

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

Shades of Mountbatten Pink #A3778A

Tints of Mountbatten Pink #A3778A

Color information

#A3778A (or 0xA3778A) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 77 and 8A. RGB value is (163,119,138). Sum of RGB (Red+Green+Blue) = 163+119+138=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 163 - color contains mainly: red. Hex color #A3778A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3778A is #5C8875. Grayscale: #868686. Windows color (decimal): -6064246 or 9074595. OLE color: 9074595.

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

Color convert

RGB163119138-
CMYK00.270.150.36
HSL334.09º19.3%55.29%-
HSV(B)334.09º26.99%63.92%-
XYZ26.2922.8227.06-
YUV134.32130.08148.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.81%
GREEN value IS 119 (46.88% from 255) = 28.33%
BLUE value IS 138 (54.30% from 255) = 32.86%
R=38.81%
G=28.33%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311913800.270.150.36334.0919.355.29
HexA3778A01BF2414e1337
Octal24316721203317445162367
Binary10100011111011110001010011011111110010010100111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3778A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3778A; }

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

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

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

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

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

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

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

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