#A47C8E

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

Shades of Mountbatten Pink #A47C8E

Tints of Mountbatten Pink #A47C8E

Color information

#A47C8E (or 0xA47C8E) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 7C and 8E. RGB value is (164,124,142). Sum of RGB (Red+Green+Blue) = 164+124+142=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 164 - color contains mainly: red. Hex color #A47C8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47C8E is #5B8371. Grayscale: #898989. Windows color (decimal): -5997426 or 9338020. OLE color: 9338020.

HSL color Cylindrical-coordinate representation of color #A47C8E: hue angle of 333º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A47C8E is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB164124142-
CMYK00.240.130.36
HSL333º18.02%56.47%-
HSV(B)333º24.39%64.31%-
XYZ27.424.2628.83-
YUV138.01130.25146.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.14%
GREEN value IS 124 (48.83% from 255) = 28.84%
BLUE value IS 142 (55.86% from 255) = 33.02%
R=38.14%
G=28.84%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412414200.240.130.3633318.0256.47
HexA47C8E018D2414d1238
Octal24417421603015445152270
Binary10100100111110010001110011000110110010010100110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47C8E; }

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

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

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

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

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

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

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

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