#A16590

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

Shades of Mountbatten Pink #A16590

Tints of Mountbatten Pink #A16590

Color information

#A16590 (or 0xA16590) is unknown color: approx Mountbatten Pink. HEX triplet: A1, 65 and 90. RGB value is (161,101,144). Sum of RGB (Red+Green+Blue) = 161+101+144=406 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.66% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 161 - color contains mainly: red. Hex color #A16590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16590 is #5E9A6F. Grayscale: #7B7B7B. Windows color (decimal): -6199920 or 9463201. OLE color: 9463201.

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

Color convert

RGB161101144-
CMYK00.370.110.37
HSL317º24.19%51.37%-
HSV(B)317º37.27%63.14%-
XYZ24.3918.928.75-
YUV123.84139.38154.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.66%
GREEN value IS 101 (39.84% from 255) = 24.88%
BLUE value IS 144 (56.64% from 255) = 35.47%
R=39.66%
G=24.88%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110114400.370.110.3731724.1951.37
HexA16590025B2513d1833
Octal24114522004513454753063
Binary101000011100101100100000100101101110010110011110111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16590; }

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

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

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

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

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

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

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

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