#A46991

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

Shades of Mountbatten Pink #A46991

Tints of Mountbatten Pink #A46991

Color information

#A46991 (or 0xA46991) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 69 and 91. RGB value is (164,105,145). Sum of RGB (Red+Green+Blue) = 164+105+145=414 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.61% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 145 (57.03% from 255 or 35.02% from 414); Max value from RGB is 164 - color contains mainly: red. Hex color #A46991 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46991 is #5B966E. Grayscale: #7F7F7F. Windows color (decimal): -6002287 or 9529764. OLE color: 9529764.

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

Color convert

RGB164105145-
CMYK00.360.120.36
HSL319.32º24.48%52.75%-
HSV(B)319.32º35.98%64.31%-
XYZ25.4720.0429.31-
YUV127.2138.05154.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.61%
GREEN value IS 105 (41.41% from 255) = 25.36%
BLUE value IS 145 (57.03% from 255) = 35.02%
R=39.61%
G=25.36%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410514500.360.120.36319.3224.4852.75
HexA46991024C2413f1835
Octal24415122104414444773065
Binary101001001101001100100010100100110010010010011111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46991; }

 p { color: rgb(164,105,145); }

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

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

 a { background-color: rgb(164,105,145); }

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

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

 span { border-color: rgb(164,105,145); }

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