#A37094

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

Shades of Mountbatten Pink #A37094

Tints of Mountbatten Pink #A37094

Color information

#A37094 (or 0xA37094) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 70 and 94. RGB value is (163,112,148). Sum of RGB (Red+Green+Blue) = 163+112+148=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 163 - color contains mainly: red. Hex color #A37094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37094 is #5C8F6B. Grayscale: #838383. Windows color (decimal): -6066028 or 9728163. OLE color: 9728163.

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

Color convert

RGB163112148-
CMYK00.310.090.36
HSL317.65º21.7%53.92%-
HSV(B)317.65º31.29%63.92%-
XYZ26.2421.5130.79-
YUV131.35137.4150.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.53%
GREEN value IS 112 (44.14% from 255) = 26.48%
BLUE value IS 148 (58.20% from 255) = 34.99%
R=38.53%
G=26.48%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311214800.310.090.36317.6521.753.92
HexA3709401F92413e1636
Octal24316022403711444762666
Binary10100011111000010010100011111100110010010011111010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37094; }

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

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

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

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

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

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

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

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