#A1698D

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

Shades of Mountbatten Pink #A1698D

Tints of Mountbatten Pink #A1698D

Color information

#A1698D (or 0xA1698D) is unknown color: approx Mountbatten Pink. HEX triplet: A1, 69 and 8D. RGB value is (161,105,141). Sum of RGB (Red+Green+Blue) = 161+105+141=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 161 - color contains mainly: red. Hex color #A1698D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1698D is #5E9672. Grayscale: #7D7D7D. Windows color (decimal): -6198899 or 9267617. OLE color: 9267617.

HSL color Cylindrical-coordinate representation of color #A1698D: hue angle of 321.43º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1698D is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB161105141-
CMYK00.350.120.37
HSL321.43º22.95%52.16%-
HSV(B)321.43º34.78%63.14%-
XYZ24.5619.627.69-
YUV125.85136.55153.07-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.56%
GREEN value IS 105 (41.41% from 255) = 25.80%
BLUE value IS 141 (55.47% from 255) = 34.64%
R=39.56%
G=25.80%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110514100.350.120.37321.4322.9552.16
HexA1698D023C251411734
Octal24115121504314455012764
Binary101000011101001100011010100011110010010110100000110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1698D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1698D; }

 p { color: rgb(161,105,141); }

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

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

 a { background-color: rgb(161,105,141); }

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

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

 span { border-color: rgb(161,105,141); }

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