#A4778E

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

Shades of Mountbatten Pink #A4778E

Tints of Mountbatten Pink #A4778E

Color information

#A4778E (or 0xA4778E) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 77 and 8E. RGB value is (164,119,142). Sum of RGB (Red+Green+Blue) = 164+119+142=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 119 (46.88% from 255 or 28% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 164 - color contains mainly: red. Hex color #A4778E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4778E is #5B8871. Grayscale: #878787. Windows color (decimal): -5998706 or 9336740. OLE color: 9336740.

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

Color convert

RGB164119142-
CMYK00.270.130.36
HSL329.33º19.82%55.49%-
HSV(B)329.33º27.44%64.31%-
XYZ26.7923.0428.63-
YUV135.08131.91148.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.59%
GREEN value IS 119 (46.88% from 255) = 28%
BLUE value IS 142 (55.86% from 255) = 33.41%
R=38.59%
G=28%
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
Decimal16411914200.270.130.36329.3319.8255.49
HexA4778E01BD241491437
Octal24416721603315445112467
Binary10100100111011110001110011011110110010010100100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4778E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4778E; }

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

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

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

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

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

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

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

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