#A4738E

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

Shades of Mountbatten Pink #A4738E

Tints of Mountbatten Pink #A4738E

Color information

#A4738E (or 0xA4738E) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 73 and 8E. RGB value is (164,115,142). Sum of RGB (Red+Green+Blue) = 164+115+142=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 115 (45.31% from 255 or 27.32% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 164 - color contains mainly: red. Hex color #A4738E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4738E is #5B8C71. Grayscale: #848484. Windows color (decimal): -5999730 or 9335716. OLE color: 9335716.

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

Color convert

RGB164115142-
CMYK00.300.130.36
HSL326.94º21.21%54.71%-
HSV(B)326.94º29.88%64.31%-
XYZ26.3222.1128.47-
YUV132.73133.23150.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.95%
GREEN value IS 115 (45.31% from 255) = 27.32%
BLUE value IS 142 (55.86% from 255) = 33.73%
R=38.95%
G=27.32%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411514200.300.130.36326.9421.2154.71
HexA4738E01ED241471537
Octal24416321603615445072567
Binary10100100111001110001110011110110110010010100011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4738E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4738E; }

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

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

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

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

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

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

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

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