#A46D95

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

Shades of Mountbatten Pink #A46D95

Tints of Mountbatten Pink #A46D95

Color information

#A46D95 (or 0xA46D95) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 6D and 95. RGB value is (164,109,149). Sum of RGB (Red+Green+Blue) = 164+109+149=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 109 (42.97% from 255 or 25.83% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46D95 is #5B926A. Grayscale: #818181. Windows color (decimal): -6001259 or 9792932. OLE color: 9792932.

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

Color convert

RGB164109149-
CMYK00.340.090.36
HSL316.36º23.21%53.53%-
HSV(B)316.36º33.54%64.31%-
XYZ26.22131.11-
YUV130138.72152.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.86%
GREEN value IS 109 (42.97% from 255) = 25.83%
BLUE value IS 149 (58.59% from 255) = 35.31%
R=38.86%
G=25.83%
B=35.31%

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
Decimal16410914900.340.090.36316.3623.2153.53
HexA46D9502292413c1736
Octal24415522504211444742766
Binary101001001101101100101010100010100110010010011110010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46D95; }

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

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

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

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

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

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

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

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