#A1698F

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

Shades of Mountbatten Pink #A1698F

Tints of Mountbatten Pink #A1698F

Color information

#A1698F (or 0xA1698F) is unknown color: approx Mountbatten Pink. HEX triplet: A1, 69 and 8F. RGB value is (161,105,143). Sum of RGB (Red+Green+Blue) = 161+105+143=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 143 (56.25% from 255 or 34.96% from 409); Max value from RGB is 161 - color contains mainly: red. Hex color #A1698F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1698F is #5E9670. Grayscale: #7D7D7D. Windows color (decimal): -6198897 or 9398689. OLE color: 9398689.

HSL color Cylindrical-coordinate representation of color #A1698F: hue angle of 319.29º 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 #A1698F is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB161105143-
CMYK00.350.110.37
HSL319.29º22.95%52.16%-
HSV(B)319.29º34.78%63.14%-
XYZ24.7119.6628.48-
YUV126.08137.55152.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.36%
GREEN value IS 105 (41.41% from 255) = 25.67%
BLUE value IS 143 (56.25% from 255) = 34.96%
R=39.36%
G=25.67%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110514300.350.110.37319.2922.9552.16
HexA1698F023B2513f1734
Octal24115121704313454772764
Binary101000011101001100011110100011101110010110011111110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1698F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1698F; }

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

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

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

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

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

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

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

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