#A2778E

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

Shades of Mountbatten Pink #A2778E

Tints of Mountbatten Pink #A2778E

Color information

#A2778E (or 0xA2778E) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 77 and 8E. RGB value is (162,119,142). Sum of RGB (Red+Green+Blue) = 162+119+142=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 162 - color contains mainly: red. Hex color #A2778E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2778E is #5D8871. Grayscale: #868686. Windows color (decimal): -6129778 or 9336738. OLE color: 9336738.

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

Color convert

RGB162119142-
CMYK00.270.120.36
HSL327.91º18.78%55.1%-
HSV(B)327.91º26.54%63.53%-
XYZ26.3822.8328.61-
YUV134.48132.25147.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.30%
GREEN value IS 119 (46.88% from 255) = 28.13%
BLUE value IS 142 (55.86% from 255) = 33.57%
R=38.30%
G=28.13%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211914200.270.120.36327.9118.7855.1
HexA2778E01BC241481337
Octal24216721603314445102367
Binary10100010111011110001110011011110010010010100100010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2778E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2778E; }

 p { color: rgb(162,119,142); }

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

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

 a { background-color: rgb(162,119,142); }

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

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

 span { border-color: rgb(162,119,142); }

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