#A46995

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

Shades of Mountbatten Pink #A46995

Tints of Mountbatten Pink #A46995

Color information

#A46995 (or 0xA46995) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 69 and 95. RGB value is (164,105,149). Sum of RGB (Red+Green+Blue) = 164+105+149=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 164 - color contains mainly: red. Hex color #A46995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46995 is #5B966A. Grayscale: #7F7F7F. Windows color (decimal): -6002283 or 9791908. OLE color: 9791908.

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

Color convert

RGB164105149-
CMYK00.360.090.36
HSL315.25º24.48%52.75%-
HSV(B)315.25º35.98%64.31%-
XYZ25.7920.1730.97-
YUV127.66140.05153.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.23%
GREEN value IS 105 (41.41% from 255) = 25.12%
BLUE value IS 149 (58.59% from 255) = 35.65%
R=39.23%
G=25.12%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410514900.360.090.36315.2524.4852.75
HexA4699502492413b1835
Octal24415122504411444733065
Binary101001001101001100101010100100100110010010011101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46995; }

 p { color: rgb(164,105,149); }

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

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

 a { background-color: rgb(164,105,149); }

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

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

 span { border-color: rgb(164,105,149); }

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