#A37090

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

Shades of Mountbatten Pink #A37090

Tints of Mountbatten Pink #A37090

Color information

#A37090 (or 0xA37090) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 70 and 90. RGB value is (163,112,144). Sum of RGB (Red+Green+Blue) = 163+112+144=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 163 - color contains mainly: red. Hex color #A37090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37090 is #5C8F6F. Grayscale: #828282. Windows color (decimal): -6066032 or 9466019. OLE color: 9466019.

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

Color convert

RGB163112144-
CMYK00.310.120.36
HSL322.35º21.7%53.92%-
HSV(B)322.35º31.29%63.92%-
XYZ25.9321.3929.15-
YUV130.9135.4150.9-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.90%
GREEN value IS 112 (44.14% from 255) = 26.73%
BLUE value IS 144 (56.64% from 255) = 34.37%
R=38.90%
G=26.73%
B=34.37%

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
Decimal16311214400.310.120.36322.3521.753.92
HexA3709001FC241421636
Octal24316022003714445022666
Binary10100011111000010010000011111110010010010100001010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37090; }

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

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

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

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

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

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

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

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