#A46A8C

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

Shades of Mountbatten Pink #A46A8C

Tints of Mountbatten Pink #A46A8C

Color information

#A46A8C (or 0xA46A8C) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 6A and 8C. RGB value is (164,106,140). Sum of RGB (Red+Green+Blue) = 164+106+140=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 106 (41.80% from 255 or 25.85% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 164 - color contains mainly: red. Hex color #A46A8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46A8C is #5B9573. Grayscale: #7F7F7F. Windows color (decimal): -6002036 or 9202340. OLE color: 9202340.

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

Color convert

RGB164106140-
CMYK00.350.150.36
HSL324.83º24.17%52.94%-
HSV(B)324.83º35.37%64.31%-
XYZ25.220.0927.36-
YUV127.22135.22154.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40%
GREEN value IS 106 (41.80% from 255) = 25.85%
BLUE value IS 140 (55.08% from 255) = 34.15%
R=40%
G=25.85%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410614000.350.150.36324.8324.1752.94
HexA46A8C023F241451835
Octal24415221404317445053065
Binary101001001101010100011000100011111110010010100010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46A8C; }

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

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

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

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

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

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

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

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