#A46B96

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

Shades of Mountbatten Pink #A46B96

Tints of Mountbatten Pink #A46B96

Color information

#A46B96 (or 0xA46B96) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 6B and 96. RGB value is (164,107,150). Sum of RGB (Red+Green+Blue) = 164+107+150=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 107 (42.19% from 255 or 25.42% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 164 - color contains mainly: red. Hex color #A46B96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46B96 is #5B9469. Grayscale: #808080. Windows color (decimal): -6001770 or 9857956. OLE color: 9857956.

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

Color convert

RGB164107150-
CMYK00.350.090.36
HSL314.74º23.85%53.14%-
HSV(B)314.74º34.76%64.31%-
XYZ26.0720.6131.46-
YUV128.94139.88153-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.95%
GREEN value IS 107 (42.19% from 255) = 25.42%
BLUE value IS 150 (58.98% from 255) = 35.63%
R=38.95%
G=25.42%
B=35.63%

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
Decimal16410715000.350.090.36314.7423.8553.14
HexA46B9602392413b1835
Octal24415322604311444733065
Binary101001001101011100101100100011100110010010011101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46B96; }

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

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

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

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

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

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

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

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