#A16892

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

Shades of Mountbatten Pink #A16892

Tints of Mountbatten Pink #A16892

Color information

#A16892 (or 0xA16892) is unknown color: approx Mountbatten Pink. HEX triplet: A1, 68 and 92. RGB value is (161,104,146). Sum of RGB (Red+Green+Blue) = 161+104+146=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 161 - color contains mainly: red. Hex color #A16892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16892 is #5E976D. Grayscale: #7D7D7D. Windows color (decimal): -6199150 or 9595041. OLE color: 9595041.

HSL color Cylindrical-coordinate representation of color #A16892: hue angle of 315.79º 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 #A16892 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB161104146-
CMYK00.350.090.37
HSL315.79º23.27%51.96%-
HSV(B)315.79º35.4%63.14%-
XYZ24.8419.5529.66-
YUV125.83139.38153.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.17%
GREEN value IS 104 (41.02% from 255) = 25.30%
BLUE value IS 146 (57.42% from 255) = 35.52%
R=39.17%
G=25.30%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110414600.350.090.37315.7923.2751.96
HexA1689202392513c1734
Octal24115022204311454742764
Binary101000011101000100100100100011100110010110011110010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16892; }

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

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

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

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

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

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

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

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