#A96890

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

Shades of Mountbatten Pink #A96890

Tints of Mountbatten Pink #A96890

Color information

#A96890 (or 0xA96890) is unknown color: approx Mountbatten Pink. HEX triplet: A9, 68 and 90. RGB value is (169,104,144). Sum of RGB (Red+Green+Blue) = 169+104+144=417 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.53% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 169 - color contains mainly: red. Hex color #A96890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96890 is #56976F. Grayscale: #7F7F7F. Windows color (decimal): -5674864 or 9463977. OLE color: 9463977.

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

Color convert

RGB169104144-
CMYK00.380.150.34
HSL323.08º27.43%53.53%-
HSV(B)323.08º38.46%66.27%-
XYZ26.3520.3528.92-
YUV127.99137.03157.25-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.53%
GREEN value IS 104 (41.02% from 255) = 24.94%
BLUE value IS 144 (56.64% from 255) = 34.53%
R=40.53%
G=24.94%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910414400.380.150.34323.0827.4353.53
HexA96890026F221431b36
Octal25115022004617425033366
Binary101010011101000100100000100110111110001010100001111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96890; }

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

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

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

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

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

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

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

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