#A16793

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

Shades of Mountbatten Pink #A16793

Tints of Mountbatten Pink #A16793

Color information

#A16793 (or 0xA16793) is unknown color: approx Mountbatten Pink. HEX triplet: A1, 67 and 93. RGB value is (161,103,147). Sum of RGB (Red+Green+Blue) = 161+103+147=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 103 (40.62% from 255 or 25.06% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 161 - color contains mainly: red. Hex color #A16793 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16793 is #5E986C. Grayscale: #7D7D7D. Windows color (decimal): -6199405 or 9660321. OLE color: 9660321.

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

Color convert

RGB161103147-
CMYK00.360.090.37
HSL314.48º23.58%51.76%-
HSV(B)314.48º36.02%63.14%-
XYZ24.8119.3830.04-
YUV125.36140.22153.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.17%
GREEN value IS 103 (40.62% from 255) = 25.06%
BLUE value IS 147 (57.81% from 255) = 35.77%
R=39.17%
G=25.06%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110314700.360.090.37314.4823.5851.76
HexA1679302492513a1834
Octal24114722304411454723064
Binary101000011100111100100110100100100110010110011101011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16793; }

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

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

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

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

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

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

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

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