#A46E8B

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

Shades of Mountbatten Pink #A46E8B

Tints of Mountbatten Pink #A46E8B

Color information

#A46E8B (or 0xA46E8B) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 6E and 8B. RGB value is (164,110,139). Sum of RGB (Red+Green+Blue) = 164+110+139=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 164 - color contains mainly: red. Hex color #A46E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46E8B is #5B9174. Grayscale: #818181. Windows color (decimal): -6001013 or 9137828. OLE color: 9137828.

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

Color convert

RGB164110139-
CMYK00.330.150.36
HSL327.78º22.88%53.73%-
HSV(B)327.78º32.93%64.31%-
XYZ25.5520.9127.12-
YUV129.45133.39152.64-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.71%
GREEN value IS 110 (43.36% from 255) = 26.63%
BLUE value IS 139 (54.69% from 255) = 33.66%
R=39.71%
G=26.63%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411013900.330.150.36327.7822.8853.73
HexA46E8B021F241481736
Octal24415621304117445102766
Binary101001001101110100010110100001111110010010100100010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46E8B; }

 p { color: rgb(164,110,139); }

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

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

 a { background-color: rgb(164,110,139); }

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

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

 span { border-color: rgb(164,110,139); }

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