#A46D8C

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

Shades of Mountbatten Pink #A46D8C

Tints of Mountbatten Pink #A46D8C

Color information

#A46D8C (or 0xA46D8C) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 6D and 8C. RGB value is (164,109,140). Sum of RGB (Red+Green+Blue) = 164+109+140=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 109 (42.97% from 255 or 26.39% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46D8C is #5B9273. Grayscale: #808080. Windows color (decimal): -6001268 or 9203108. OLE color: 9203108.

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

Color convert

RGB164109140-
CMYK00.340.150.36
HSL326.18º23.21%53.53%-
HSV(B)326.18º33.54%64.31%-
XYZ25.5120.7227.47-
YUV128.98134.22152.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.71%
GREEN value IS 109 (42.97% from 255) = 26.39%
BLUE value IS 140 (55.08% from 255) = 33.90%
R=39.71%
G=26.39%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410914000.340.150.36326.1823.2153.53
HexA46D8C022F241461736
Octal24415521404217445062766
Binary101001001101101100011000100010111110010010100011010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46D8C; }

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

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

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

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

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

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

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

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