#A47095

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

Shades of Mountbatten Pink #A47095

Tints of Mountbatten Pink #A47095

Color information

#A47095 (or 0xA47095) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 70 and 95. RGB value is (164,112,149). Sum of RGB (Red+Green+Blue) = 164+112+149=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 149 (58.59% from 255 or 35.06% from 425); Max value from RGB is 164 - color contains mainly: red. Hex color #A47095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47095 is #5B8F6A. Grayscale: #838383. Windows color (decimal): -6000491 or 9793700. OLE color: 9793700.

HSL color Cylindrical-coordinate representation of color #A47095: hue angle of 317.31º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A47095 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB164112149-
CMYK00.320.090.36
HSL317.31º22.22%54.12%-
HSV(B)317.31º31.71%64.31%-
XYZ26.5321.6531.21-
YUV131.77137.73150.99-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.59%
GREEN value IS 112 (44.14% from 255) = 26.35%
BLUE value IS 149 (58.59% from 255) = 35.06%
R=38.59%
G=26.35%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411214900.320.090.36317.3122.2254.12
HexA4709502092413d1636
Octal24416022504011444752666
Binary101001001110000100101010100000100110010010011110110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47095; }

 p { color: rgb(164,112,149); }

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

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

 a { background-color: rgb(164,112,149); }

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

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

 span { border-color: rgb(164,112,149); }

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