#A4738F

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

Shades of Mountbatten Pink #A4738F

Tints of Mountbatten Pink #A4738F

Color information

#A4738F (or 0xA4738F) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 73 and 8F. RGB value is (164,115,143). Sum of RGB (Red+Green+Blue) = 164+115+143=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 164 - color contains mainly: red. Hex color #A4738F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4738F is #5B8C70. Grayscale: #848484. Windows color (decimal): -5999729 or 9401252. OLE color: 9401252.

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

Color convert

RGB164115143-
CMYK00.300.130.36
HSL325.71º21.21%54.71%-
HSV(B)325.71º29.88%64.31%-
XYZ26.422.1428.87-
YUV132.84133.73150.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.86%
GREEN value IS 115 (45.31% from 255) = 27.25%
BLUE value IS 143 (56.25% from 255) = 33.89%
R=38.86%
G=27.25%
B=33.89%

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
Decimal16411514300.300.130.36325.7121.2154.71
HexA4738F01ED241461537
Octal24416321703615445062567
Binary10100100111001110001111011110110110010010100011010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4738F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4738F; }

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

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

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

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

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

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

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

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