#A9698F

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

Shades of Mountbatten Pink #A9698F

Tints of Mountbatten Pink #A9698F

Color information

#A9698F (or 0xA9698F) is unknown color: approx Mountbatten Pink. HEX triplet: A9, 69 and 8F. RGB value is (169,105,143). Sum of RGB (Red+Green+Blue) = 169+105+143=417 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.53% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 169 - color contains mainly: red. Hex color #A9698F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9698F is #569670. Grayscale: #808080. Windows color (decimal): -5674609 or 9398697. OLE color: 9398697.

HSL color Cylindrical-coordinate representation of color #A9698F: hue angle of 324.38º 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 #A9698F is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB169105143-
CMYK00.380.150.34
HSL324.38º27.12%53.73%-
HSV(B)324.38º37.87%66.27%-
XYZ26.3720.5228.56-
YUV128.47136.2156.91-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.53%
GREEN value IS 105 (41.41% from 255) = 25.18%
BLUE value IS 143 (56.25% from 255) = 34.29%
R=40.53%
G=25.18%
B=34.29%

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
Decimal16910514300.380.150.34324.3827.1253.73
HexA9698F026F221441b36
Octal25115121704617425043366
Binary101010011101001100011110100110111110001010100010011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9698F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9698F; }

 p { color: rgb(169,105,143); }

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

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

 a { background-color: rgb(169,105,143); }

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

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

 span { border-color: rgb(169,105,143); }

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