#A96C90

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

Shades of Mountbatten Pink #A96C90

Tints of Mountbatten Pink #A96C90

Color information

#A96C90 (or 0xA96C90) is unknown color: approx Mountbatten Pink. HEX triplet: A9, 6C and 90. RGB value is (169,108,144). Sum of RGB (Red+Green+Blue) = 169+108+144=421 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.14% from 421); Green value is 108 (42.58% from 255 or 25.65% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 169 - color contains mainly: red. Hex color #A96C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96C90 is #56936F. Grayscale: #828282. Windows color (decimal): -5673840 or 9465001. OLE color: 9465001.

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

Color convert

RGB169108144-
CMYK00.360.150.34
HSL324.59º26.18%54.31%-
HSV(B)324.59º36.09%66.27%-
XYZ26.7621.1729.06-
YUV130.34135.71155.57-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.14%
GREEN value IS 108 (42.58% from 255) = 25.65%
BLUE value IS 144 (56.64% from 255) = 34.20%
R=40.14%
G=25.65%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910814400.360.150.34324.5926.1854.31
HexA96C90024F221451a36
Octal25115422004417425053266
Binary101010011101100100100000100100111110001010100010111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96C90; }

 p { color: rgb(169,108,144); }

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

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

 a { background-color: rgb(169,108,144); }

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

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

 span { border-color: rgb(169,108,144); }

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