#A47A8E

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

Shades of Mountbatten Pink #A47A8E

Tints of Mountbatten Pink #A47A8E

Color information

#A47A8E (or 0xA47A8E) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 7A and 8E. RGB value is (164,122,142). Sum of RGB (Red+Green+Blue) = 164+122+142=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 122 (48.05% from 255 or 28.50% from 428); Blue value is 142 (55.86% from 255 or 33.18% from 428); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47A8E is #5B8571. Grayscale: #888888. Windows color (decimal): -5997938 or 9337508. OLE color: 9337508.

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

Color convert

RGB164122142-
CMYK00.260.130.36
HSL331.43º18.75%56.08%-
HSV(B)331.43º25.61%64.31%-
XYZ27.1523.7628.75-
YUV136.84130.91147.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.32%
GREEN value IS 122 (48.05% from 255) = 28.50%
BLUE value IS 142 (55.86% from 255) = 33.18%
R=38.32%
G=28.50%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412214200.260.130.36331.4318.7556.08
HexA47A8E01AD2414b1338
Octal24417221603215445132370
Binary10100100111101010001110011010110110010010100101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47A8E; }

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

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

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

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

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

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

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

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