#A37690

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

Shades of Mountbatten Pink #A37690

Tints of Mountbatten Pink #A37690

Color information

#A37690 (or 0xA37690) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 76 and 90. RGB value is (163,118,144). Sum of RGB (Red+Green+Blue) = 163+118+144=425 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.35% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 144 (56.64% from 255 or 33.88% from 425); Max value from RGB is 163 - color contains mainly: red. Hex color #A37690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37690 is #5C896F. Grayscale: #868686. Windows color (decimal): -6064496 or 9467555. OLE color: 9467555.

HSL color Cylindrical-coordinate representation of color #A37690: hue angle of 325.33º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A37690 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB163118144-
CMYK00.280.120.36
HSL325.33º19.65%55.1%-
HSV(B)325.33º27.61%63.92%-
XYZ26.6222.7629.38-
YUV134.42133.41148.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.35%
GREEN value IS 118 (46.48% from 255) = 27.76%
BLUE value IS 144 (56.64% from 255) = 33.88%
R=38.35%
G=27.76%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311814400.280.120.36325.3319.6555.1
HexA3769001CC241451437
Octal24316622003414445052467
Binary10100011111011010010000011100110010010010100010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37690; }

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

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

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

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

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

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

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

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