#A47991

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

Shades of Mountbatten Pink #A47991

Tints of Mountbatten Pink #A47991

Color information

#A47991 (or 0xA47991) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 79 and 91. RGB value is (164,121,145). Sum of RGB (Red+Green+Blue) = 164+121+145=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 145 (57.03% from 255 or 33.72% from 430); Max value from RGB is 164 - color contains mainly: red. Hex color #A47991 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47991 is #5B866E. Grayscale: #888888. Windows color (decimal): -5998191 or 9533860. OLE color: 9533860.

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

Color convert

RGB164121145-
CMYK00.260.120.36
HSL326.51º19.11%55.88%-
HSV(B)326.51º26.22%64.31%-
XYZ27.2623.6129.91-
YUV136.59132.75147.55-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.14%
GREEN value IS 121 (47.66% from 255) = 28.14%
BLUE value IS 145 (57.03% from 255) = 33.72%
R=38.14%
G=28.14%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412114500.260.120.36326.5119.1155.88
HexA4799101AC241471338
Octal24417122103214445072370
Binary10100100111100110010001011010110010010010100011110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47991; }

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

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

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

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

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

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

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

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