#A1688F

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

Shades of Mountbatten Pink #A1688F

Tints of Mountbatten Pink #A1688F

Color information

#A1688F (or 0xA1688F) is unknown color: approx Mountbatten Pink. HEX triplet: A1, 68 and 8F. RGB value is (161,104,143). Sum of RGB (Red+Green+Blue) = 161+104+143=408 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.46% from 408); Green value is 104 (41.02% from 255 or 25.49% from 408); Blue value is 143 (56.25% from 255 or 35.05% from 408); Max value from RGB is 161 - color contains mainly: red. Hex color #A1688F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1688F is #5E9770. Grayscale: #7D7D7D. Windows color (decimal): -6199153 or 9398433. OLE color: 9398433.

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

Color convert

RGB161104143-
CMYK00.350.110.37
HSL318.95º23.27%51.96%-
HSV(B)318.95º35.4%63.14%-
XYZ24.6119.4628.45-
YUV125.49137.88153.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.46%
GREEN value IS 104 (41.02% from 255) = 25.49%
BLUE value IS 143 (56.25% from 255) = 35.05%
R=39.46%
G=25.49%
B=35.05%

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
Decimal16110414300.350.110.37318.9523.2751.96
HexA1688F023B2513f1734
Octal24115021704313454772764
Binary101000011101000100011110100011101110010110011111110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1688F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1688F; }

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

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

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

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

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

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

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

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