#A46D96

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

Shades of Mountbatten Pink #A46D96

Tints of Mountbatten Pink #A46D96

Color information

#A46D96 (or 0xA46D96) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 6D and 96. RGB value is (164,109,150). Sum of RGB (Red+Green+Blue) = 164+109+150=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 109 (42.97% from 255 or 25.77% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46D96 is #5B9269. Grayscale: #828282. Windows color (decimal): -6001258 or 9858468. OLE color: 9858468.

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

Color convert

RGB164109150-
CMYK00.340.090.36
HSL315.27º23.21%53.53%-
HSV(B)315.27º33.54%64.31%-
XYZ26.2821.0331.53-
YUV130.12139.22152.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.77%
GREEN value IS 109 (42.97% from 255) = 25.77%
BLUE value IS 150 (58.98% from 255) = 35.46%
R=38.77%
G=25.77%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410915000.340.090.36315.2723.2153.53
HexA46D9602292413b1736
Octal24415522604211444732766
Binary101001001101101100101100100010100110010010011101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46D96; }

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

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

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

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

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

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

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

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