#A47090

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

Shades of Mountbatten Pink #A47090

Tints of Mountbatten Pink #A47090

Color information

#A47090 (or 0xA47090) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 70 and 90. RGB value is (164,112,144). Sum of RGB (Red+Green+Blue) = 164+112+144=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 164 - color contains mainly: red. Hex color #A47090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47090 is #5B8F6F. Grayscale: #838383. Windows color (decimal): -6000496 or 9466020. OLE color: 9466020.

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

Color convert

RGB164112144-
CMYK00.320.120.36
HSL323.08º22.22%54.12%-
HSV(B)323.08º31.71%64.31%-
XYZ26.1421.4929.16-
YUV131.2135.23151.4-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.05%
GREEN value IS 112 (44.14% from 255) = 26.67%
BLUE value IS 144 (56.64% from 255) = 34.29%
R=39.05%
G=26.67%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411214400.320.120.36323.0822.2254.12
HexA47090020C241431636
Octal24416022004014445032666
Binary101001001110000100100000100000110010010010100001110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47090; }

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

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

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

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

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

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

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

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