#A1768F

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

Shades of Mountbatten Pink #A1768F

Tints of Mountbatten Pink #A1768F

Color information

#A1768F (or 0xA1768F) is unknown color: approx Mountbatten Pink. HEX triplet: A1, 76 and 8F. RGB value is (161,118,143). Sum of RGB (Red+Green+Blue) = 161+118+143=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 118 (46.48% from 255 or 27.96% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 161 - color contains mainly: red. Hex color #A1768F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1768F is #5E8970. Grayscale: #858585. Windows color (decimal): -6195569 or 9402017. OLE color: 9402017.

HSL color Cylindrical-coordinate representation of color #A1768F: hue angle of 325.12º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1768F is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB161118143-
CMYK00.270.110.37
HSL325.12º18.61%54.71%-
HSV(B)325.12º26.71%63.14%-
XYZ26.1322.5228.96-
YUV133.71133.25147.47-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.15%
GREEN value IS 118 (46.48% from 255) = 27.96%
BLUE value IS 143 (56.25% from 255) = 33.89%
R=38.15%
G=27.96%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111814300.270.110.37325.1218.6154.71
HexA1768F01BB251451337
Octal24116621703313455052367
Binary10100001111011010001111011011101110010110100010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1768F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1768F; }

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

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

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

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

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

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

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

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