#A46B8D

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

Shades of Mountbatten Pink #A46B8D

Tints of Mountbatten Pink #A46B8D

Color information

#A46B8D (or 0xA46B8D) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 6B and 8D. RGB value is (164,107,141). Sum of RGB (Red+Green+Blue) = 164+107+141=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 107 (42.19% from 255 or 25.97% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 164 - color contains mainly: red. Hex color #A46B8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46B8D is #5B9472. Grayscale: #7F7F7F. Windows color (decimal): -6001779 or 9268132. OLE color: 9268132.

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

Color convert

RGB164107141-
CMYK00.350.140.36
HSL324.21º23.85%53.14%-
HSV(B)324.21º34.76%64.31%-
XYZ25.3820.3327.79-
YUV127.92135.38153.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.81%
GREEN value IS 107 (42.19% from 255) = 25.97%
BLUE value IS 141 (55.47% from 255) = 34.22%
R=39.81%
G=25.97%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410714100.350.140.36324.2123.8553.14
HexA46B8D023E241441835
Octal24415321504316445043065
Binary101001001101011100011010100011111010010010100010011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46B8D; }

 p { color: rgb(164,107,141); }

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

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

 a { background-color: rgb(164,107,141); }

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

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

 span { border-color: rgb(164,107,141); }

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