#A46A96

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

Shades of Mountbatten Pink #A46A96

Tints of Mountbatten Pink #A46A96

Color information

#A46A96 (or 0xA46A96) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 6A and 96. RGB value is (164,106,150). Sum of RGB (Red+Green+Blue) = 164+106+150=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 106 (41.80% from 255 or 25.24% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 164 - color contains mainly: red. Hex color #A46A96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46A96 is #5B9569. Grayscale: #808080. Windows color (decimal): -6002026 or 9857700. OLE color: 9857700.

HSL color Cylindrical-coordinate representation of color #A46A96: hue angle of 314.48º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A46A96 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB164106150-
CMYK00.350.090.36
HSL314.48º24.17%52.94%-
HSV(B)314.48º35.37%64.31%-
XYZ25.9720.431.42-
YUV128.36140.22153.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.05%
GREEN value IS 106 (41.80% from 255) = 25.24%
BLUE value IS 150 (58.98% from 255) = 35.71%
R=39.05%
G=25.24%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410615000.350.090.36314.4824.1752.94
HexA46A9602392413a1835
Octal24415222604311444723065
Binary101001001101010100101100100011100110010010011101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46A96; }

 p { color: rgb(164,106,150); }

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

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

 a { background-color: rgb(164,106,150); }

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

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

 span { border-color: rgb(164,106,150); }

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