#A16790

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

Shades of Mountbatten Pink #A16790

Tints of Mountbatten Pink #A16790

Color information

#A16790 (or 0xA16790) is unknown color: approx Mountbatten Pink. HEX triplet: A1, 67 and 90. RGB value is (161,103,144). Sum of RGB (Red+Green+Blue) = 161+103+144=408 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.46% from 408); Green value is 103 (40.62% from 255 or 25.25% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 161 - color contains mainly: red. Hex color #A16790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16790 is #5E986F. Grayscale: #7C7C7C. Windows color (decimal): -6199408 or 9463713. OLE color: 9463713.

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

Color convert

RGB161103144-
CMYK00.360.110.37
HSL317.59º23.58%51.76%-
HSV(B)317.59º36.02%63.14%-
XYZ24.5819.2928.81-
YUV125.02138.72153.67-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.46%
GREEN value IS 103 (40.62% from 255) = 25.25%
BLUE value IS 144 (56.64% from 255) = 35.29%
R=39.46%
G=25.25%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110314400.360.110.37317.5923.5851.76
HexA16790024B2513e1834
Octal24114722004413454763064
Binary101000011100111100100000100100101110010110011111011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16790; }

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

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

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

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

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

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

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

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