#A47293

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

Shades of Mountbatten Pink #A47293

Tints of Mountbatten Pink #A47293

Color information

#A47293 (or 0xA47293) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 72 and 93. RGB value is (164,114,147). Sum of RGB (Red+Green+Blue) = 164+114+147=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 114 (44.92% from 255 or 26.82% from 425); Blue value is 147 (57.81% from 255 or 34.59% from 425); Max value from RGB is 164 - color contains mainly: red. Hex color #A47293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47293 is #5B8D6C. Grayscale: #848484. Windows color (decimal): -5999981 or 9663140. OLE color: 9663140.

HSL color Cylindrical-coordinate representation of color #A47293: hue angle of 320.4º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A47293 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB164114147-
CMYK00.300.100.36
HSL320.4º21.55%54.51%-
HSV(B)320.4º30.49%64.31%-
XYZ26.5922.0330.46-
YUV132.71136.06150.32-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.59%
GREEN value IS 114 (44.92% from 255) = 26.82%
BLUE value IS 147 (57.81% from 255) = 34.59%
R=38.59%
G=26.82%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411414700.300.100.36320.421.5554.51
HexA4729301EA241401637
Octal24416222303612445002667
Binary10100100111001010010011011110101010010010100000010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47293; }

 p { color: rgb(164,114,147); }

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

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

 a { background-color: rgb(164,114,147); }

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

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

 span { border-color: rgb(164,114,147); }

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