#A37294

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

Shades of Mountbatten Pink #A37294

Tints of Mountbatten Pink #A37294

Color information

#A37294 (or 0xA37294) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 72 and 94. RGB value is (163,114,148). Sum of RGB (Red+Green+Blue) = 163+114+148=425 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.35% from 425); Green value is 114 (44.92% from 255 or 26.82% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 163 - color contains mainly: red. Hex color #A37294 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37294 is #5C8D6B. Grayscale: #848484. Windows color (decimal): -6065516 or 9728675. OLE color: 9728675.

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

Color convert

RGB163114148-
CMYK00.300.090.36
HSL318.37º21.03%54.31%-
HSV(B)318.37º30.06%63.92%-
XYZ26.4721.9630.86-
YUV132.53136.73149.74-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.35%
GREEN value IS 114 (44.92% from 255) = 26.82%
BLUE value IS 148 (58.20% from 255) = 34.82%
R=38.35%
G=26.82%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311414800.300.090.36318.3721.0354.31
HexA3729401E92413e1536
Octal24316222403611444762566
Binary10100011111001010010100011110100110010010011111010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37294; }

 p { color: rgb(163,114,148); }

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

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

 a { background-color: rgb(163,114,148); }

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

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

 span { border-color: rgb(163,114,148); }

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