#A96B8D

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

Shades of Mountbatten Pink #A96B8D

Tints of Mountbatten Pink #A96B8D

Color information

#A96B8D (or 0xA96B8D) is unknown color: approx Mountbatten Pink. HEX triplet: A9, 6B and 8D. RGB value is (169,107,141). Sum of RGB (Red+Green+Blue) = 169+107+141=417 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.53% from 417); Green value is 107 (42.19% from 255 or 25.66% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 169 - color contains mainly: red. Hex color #A96B8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96B8D is #569472. Grayscale: #818181. Windows color (decimal): -5674099 or 9268137. OLE color: 9268137.

HSL color Cylindrical-coordinate representation of color #A96B8D: hue angle of 327.1º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A96B8D is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB169107141-
CMYK00.370.170.34
HSL327.1º26.5%54.12%-
HSV(B)327.1º36.69%66.27%-
XYZ26.4320.8727.84-
YUV129.41134.54156.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.53%
GREEN value IS 107 (42.19% from 255) = 25.66%
BLUE value IS 141 (55.47% from 255) = 33.81%
R=40.53%
G=25.66%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910714100.370.170.34327.126.554.12
HexA96B8D02511221471a36
Octal25115321504521425073266
Binary1010100111010111000110101001011000110001010100011111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96B8D; }

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

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

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

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

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

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

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

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