#A96690

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

Shades of Mountbatten Pink #A96690

Tints of Mountbatten Pink #A96690

Color information

#A96690 (or 0xA96690) is unknown color: approx Mountbatten Pink. HEX triplet: A9, 66 and 90. RGB value is (169,102,144). Sum of RGB (Red+Green+Blue) = 169+102+144=415 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.72% from 415); Green value is 102 (40.23% from 255 or 24.58% from 415); Blue value is 144 (56.64% from 255 or 34.70% from 415); Max value from RGB is 169 - color contains mainly: red. Hex color #A96690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96690 is #56996F. Grayscale: #7E7E7E. Windows color (decimal): -5675376 or 9463465. OLE color: 9463465.

HSL color Cylindrical-coordinate representation of color #A96690: hue angle of 322.39º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A96690 is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB169102144-
CMYK00.400.150.34
HSL322.39º28.03%53.14%-
HSV(B)322.39º39.64%66.27%-
XYZ26.1519.9528.86-
YUV126.82137.7158.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.72%
GREEN value IS 102 (40.23% from 255) = 24.58%
BLUE value IS 144 (56.64% from 255) = 34.70%
R=40.72%
G=24.58%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910214400.400.150.34322.3928.0353.14
HexA96690028F221421c35
Octal25114622005017425023465
Binary101010011100110100100000101000111110001010100001011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96690; }

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

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

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

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

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

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

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

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