#A16692

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

Shades of Mountbatten Pink #A16692

Tints of Mountbatten Pink #A16692

Color information

#A16692 (or 0xA16692) is unknown color: approx Mountbatten Pink. HEX triplet: A1, 66 and 92. RGB value is (161,102,146). Sum of RGB (Red+Green+Blue) = 161+102+146=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 146 (57.42% from 255 or 35.70% from 409); Max value from RGB is 161 - color contains mainly: red. Hex color #A16692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16692 is #5E996D. Grayscale: #7C7C7C. Windows color (decimal): -6199662 or 9594529. OLE color: 9594529.

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

Color convert

RGB161102146-
CMYK00.370.090.37
HSL315.25º23.89%51.57%-
HSV(B)315.25º36.65%63.14%-
XYZ24.6419.1629.59-
YUV124.66140.05153.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.36%
GREEN value IS 102 (40.23% from 255) = 24.94%
BLUE value IS 146 (57.42% from 255) = 35.70%
R=39.36%
G=24.94%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110214600.370.090.37315.2523.8951.57
HexA1669202592513b1834
Octal24114622204511454733064
Binary101000011100110100100100100101100110010110011101111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16692; }

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

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

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

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

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

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

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

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