#A47094

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

Shades of Mountbatten Pink #A47094

Tints of Mountbatten Pink #A47094

Color information

#A47094 (or 0xA47094) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 70 and 94. RGB value is (164,112,148). Sum of RGB (Red+Green+Blue) = 164+112+148=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 164 - color contains mainly: red. Hex color #A47094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47094 is #5B8F6B. Grayscale: #838383. Windows color (decimal): -6000492 or 9728164. OLE color: 9728164.

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

Color convert

RGB164112148-
CMYK00.320.100.36
HSL318.46º22.22%54.12%-
HSV(B)318.46º31.71%64.31%-
XYZ26.4521.6230.8-
YUV131.65137.23151.07-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.68%
GREEN value IS 112 (44.14% from 255) = 26.42%
BLUE value IS 148 (58.20% from 255) = 34.91%
R=38.68%
G=26.42%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411214800.320.100.36318.4622.2254.12
HexA47094020A2413e1636
Octal24416022404012444762666
Binary101001001110000100101000100000101010010010011111010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47094; }

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

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

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

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

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

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

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

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