#A37791

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

Shades of Mountbatten Pink #A37791

Tints of Mountbatten Pink #A37791

Color information

#A37791 (or 0xA37791) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 77 and 91. RGB value is (163,119,145). Sum of RGB (Red+Green+Blue) = 163+119+145=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 119 (46.88% from 255 or 27.87% from 427); Blue value is 145 (57.03% from 255 or 33.96% from 427); Max value from RGB is 163 - color contains mainly: red. Hex color #A37791 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37791 is #5C886E. Grayscale: #878787. Windows color (decimal): -6064239 or 9533347. OLE color: 9533347.

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

Color convert

RGB163119145-
CMYK00.270.110.36
HSL324.55º19.3%55.29%-
HSV(B)324.55º26.99%63.92%-
XYZ26.8123.0229.82-
YUV135.12133.58147.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.17%
GREEN value IS 119 (46.88% from 255) = 27.87%
BLUE value IS 145 (57.03% from 255) = 33.96%
R=38.17%
G=27.87%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311914500.270.110.36324.5519.355.29
HexA3779101BB241451337
Octal24316722103313445052367
Binary10100011111011110010001011011101110010010100010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37791; }

 p { color: rgb(163,119,145); }

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

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

 a { background-color: rgb(163,119,145); }

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

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

 span { border-color: rgb(163,119,145); }

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