#a46b95

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

Shades of Mountbatten Pink #A46B95

Tints of Mountbatten Pink #A46B95

Color information

#A46B95 (or 0xA46B95) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 6B and 95. RGB value is (164,107,149). Sum of RGB (Red+Green+Blue) = 164+107+149=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 107 (42.19% from 255 or 25.48% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 164 - color contains mainly: red. Hex color #A46B95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46B95 is #5B946A. Grayscale: #808080. Windows color (decimal): -6001771 or 9792420. OLE color: 9792420.

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

Color convert

RGB164107149-
CMYK00.350.090.36
HSL315.79º23.85%53.14%-
HSV(B)315.79º34.76%64.31%-
XYZ25.9920.5831.04-
YUV128.83139.38153.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.05%
GREEN value IS 107 (42.19% from 255) = 25.48%
BLUE value IS 149 (58.59% from 255) = 35.48%
R=39.05%
G=25.48%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410714900.350.090.36315.7923.8553.14
HexA46B9502392413c1835
Octal24415322504311444743065
Binary101001001101011100101010100011100110010010011110011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a46b95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a46b95; }

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

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

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

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

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

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

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

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