#A47791

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

Shades of Mountbatten Pink #A47791

Tints of Mountbatten Pink #A47791

Color information

#A47791 (or 0xA47791) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 77 and 91. RGB value is (164,119,145). Sum of RGB (Red+Green+Blue) = 164+119+145=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 119 (46.88% from 255 or 27.80% from 428); Blue value is 145 (57.03% from 255 or 33.88% from 428); Max value from RGB is 164 - color contains mainly: red. Hex color #A47791 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47791 is #5B886E. Grayscale: #878787. Windows color (decimal): -5998703 or 9533348. OLE color: 9533348.

HSL color Cylindrical-coordinate representation of color #A47791: hue angle of 325.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 #A47791 is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB164119145-
CMYK00.270.120.36
HSL325.33º19.82%55.49%-
HSV(B)325.33º27.44%64.31%-
XYZ27.0223.1329.83-
YUV135.42133.41148.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.32%
GREEN value IS 119 (46.88% from 255) = 27.80%
BLUE value IS 145 (57.03% from 255) = 33.88%
R=38.32%
G=27.80%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411914500.270.120.36325.3319.8255.49
HexA4779101BC241451437
Octal24416722103314445052467
Binary10100100111011110010001011011110010010010100010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47791; }

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

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

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

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

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

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

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

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