#A46992

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

Shades of Mountbatten Pink #A46992

Tints of Mountbatten Pink #A46992

Color information

#A46992 (or 0xA46992) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 69 and 92. RGB value is (164,105,146). Sum of RGB (Red+Green+Blue) = 164+105+146=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 146 (57.42% from 255 or 35.18% from 415); Max value from RGB is 164 - color contains mainly: red. Hex color #A46992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46992 is #5B966D. Grayscale: #7F7F7F. Windows color (decimal): -6002286 or 9595300. OLE color: 9595300.

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

Color convert

RGB164105146-
CMYK00.360.110.36
HSL318.31º24.48%52.75%-
HSV(B)318.31º35.98%64.31%-
XYZ25.5520.0729.72-
YUV127.32138.55154.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.52%
GREEN value IS 105 (41.41% from 255) = 25.30%
BLUE value IS 146 (57.42% from 255) = 35.18%
R=39.52%
G=25.30%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410514600.360.110.36318.3124.4852.75
HexA46992024B2413e1835
Octal24415122204413444763065
Binary101001001101001100100100100100101110010010011111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46992; }

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

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

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

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

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

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

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

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