#A16891

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

Shades of Mountbatten Pink #A16891

Tints of Mountbatten Pink #A16891

Color information

#A16891 (or 0xA16891) is unknown color: approx Mountbatten Pink. HEX triplet: A1, 68 and 91. RGB value is (161,104,145). Sum of RGB (Red+Green+Blue) = 161+104+145=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 104 (41.02% from 255 or 25.37% from 410); Blue value is 145 (57.03% from 255 or 35.37% from 410); Max value from RGB is 161 - color contains mainly: red. Hex color #A16891 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16891 is #5E976E. Grayscale: #7D7D7D. Windows color (decimal): -6199151 or 9529505. OLE color: 9529505.

HSL color Cylindrical-coordinate representation of color #A16891: hue angle of 316.84º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A16891 is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.37.

Color convert

RGB161104145-
CMYK00.350.100.37
HSL316.84º23.27%51.96%-
HSV(B)316.84º35.4%63.14%-
XYZ24.7619.5229.25-
YUV125.72138.88153.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.27%
GREEN value IS 104 (41.02% from 255) = 25.37%
BLUE value IS 145 (57.03% from 255) = 35.37%
R=39.27%
G=25.37%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110414500.350.100.37316.8423.2751.96
HexA16891023A2513d1734
Octal24115022104312454752764
Binary101000011101000100100010100011101010010110011110110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16891; }

 p { color: rgb(161,104,145); }

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

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

 a { background-color: rgb(161,104,145); }

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

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

 span { border-color: rgb(161,104,145); }

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