#A46F89

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

Shades of Mountbatten Pink #A46F89

Tints of Mountbatten Pink #A46F89

Color information

#A46F89 (or 0xA46F89) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 6F and 89. RGB value is (164,111,137). Sum of RGB (Red+Green+Blue) = 164+111+137=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 111 (43.75% from 255 or 26.94% from 412); Blue value is 137 (53.91% from 255 or 33.25% from 412); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46F89 is #5B9076. Grayscale: #818181. Windows color (decimal): -6000759 or 9007012. OLE color: 9007012.

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

Color convert

RGB164111137-
CMYK00.320.160.36
HSL330.57º22.55%53.92%-
HSV(B)330.57º32.32%64.31%-
XYZ25.5121.0726.39-
YUV129.81132.06152.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.81%
GREEN value IS 111 (43.75% from 255) = 26.94%
BLUE value IS 137 (53.91% from 255) = 33.25%
R=39.81%
G=26.94%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411113700.320.160.36330.5722.5553.92
HexA46F89020102414b1736
Octal24415721104020445132766
Binary1010010011011111000100101000001000010010010100101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46F89; }

 p { color: rgb(164,111,137); }

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

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

 a { background-color: rgb(164,111,137); }

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

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

 span { border-color: rgb(164,111,137); }

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