#A16490

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

Shades of Mountbatten Pink #A16490

Tints of Mountbatten Pink #A16490

Color information

#A16490 (or 0xA16490) is unknown color: approx Mountbatten Pink. HEX triplet: A1, 64 and 90. RGB value is (161,100,144). Sum of RGB (Red+Green+Blue) = 161+100+144=405 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.75% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 161 - color contains mainly: red. Hex color #A16490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16490 is #5E9B6F. Grayscale: #7B7B7B. Windows color (decimal): -6200176 or 9462945. OLE color: 9462945.

HSL color Cylindrical-coordinate representation of color #A16490: hue angle of 316.72º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A16490 is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB161100144-
CMYK00.380.110.37
HSL316.72º24.5%51.18%-
HSV(B)316.72º37.89%63.14%-
XYZ24.2918.7128.72-
YUV123.26139.71154.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.75%
GREEN value IS 100 (39.45% from 255) = 24.69%
BLUE value IS 144 (56.64% from 255) = 35.56%
R=39.75%
G=24.69%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110014400.380.110.37316.7224.551.18
HexA16490026B2513d1833
Octal24114422004613454753063
Binary101000011100100100100000100110101110010110011110111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16490; }

 p { color: rgb(161,100,144); }

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

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

 a { background-color: rgb(161,100,144); }

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

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

 span { border-color: rgb(161,100,144); }

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