#A2778D

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

Shades of Mountbatten Pink #A2778D

Tints of Mountbatten Pink #A2778D

Color information

#A2778D (or 0xA2778D) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 77 and 8D. RGB value is (162,119,141). Sum of RGB (Red+Green+Blue) = 162+119+141=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 119 (46.88% from 255 or 28.20% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 162 - color contains mainly: red. Hex color #A2778D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2778D is #5D8872. Grayscale: #868686. Windows color (decimal): -6129779 or 9271202. OLE color: 9271202.

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

Color convert

RGB162119141-
CMYK00.270.130.36
HSL329.3º18.78%55.1%-
HSV(B)329.3º26.54%63.53%-
XYZ26.322.828.21-
YUV134.36131.75147.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.39%
GREEN value IS 119 (46.88% from 255) = 28.20%
BLUE value IS 141 (55.47% from 255) = 33.41%
R=38.39%
G=28.20%
B=33.41%

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
Decimal16211914100.270.130.36329.318.7855.1
HexA2778D01BD241491337
Octal24216721503315445112367
Binary10100010111011110001101011011110110010010100100110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2778D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2778D; }

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

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

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

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

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

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

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

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