#A37190

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

Shades of Mountbatten Pink #A37190

Tints of Mountbatten Pink #A37190

Color information

#A37190 (or 0xA37190) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 71 and 90. RGB value is (163,113,144). Sum of RGB (Red+Green+Blue) = 163+113+144=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 163 - color contains mainly: red. Hex color #A37190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37190 is #5C8E6F. Grayscale: #838383. Windows color (decimal): -6065776 or 9466275. OLE color: 9466275.

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

Color convert

RGB163113144-
CMYK00.310.120.36
HSL322.8º21.37%54.12%-
HSV(B)322.8º30.67%63.92%-
XYZ26.0421.6129.18-
YUV131.48135.06150.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.81%
GREEN value IS 113 (44.53% from 255) = 26.90%
BLUE value IS 144 (56.64% from 255) = 34.29%
R=38.81%
G=26.90%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311314400.310.120.36322.821.3754.12
HexA3719001FC241431536
Octal24316122003714445032566
Binary10100011111000110010000011111110010010010100001110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37190; }

 p { color: rgb(163,113,144); }

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

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

 a { background-color: rgb(163,113,144); }

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

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

 span { border-color: rgb(163,113,144); }

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