#A1668F

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

Shades of Mountbatten Pink #A1668F

Tints of Mountbatten Pink #A1668F

Color information

#A1668F (or 0xA1668F) is unknown color: approx Mountbatten Pink. HEX triplet: A1, 66 and 8F. RGB value is (161,102,143). Sum of RGB (Red+Green+Blue) = 161+102+143=406 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.66% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 161 - color contains mainly: red. Hex color #A1668F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1668F is #5E9970. Grayscale: #7C7C7C. Windows color (decimal): -6199665 or 9397921. OLE color: 9397921.

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

Color convert

RGB161102143-
CMYK00.370.110.37
HSL318.31º23.89%51.57%-
HSV(B)318.31º36.65%63.14%-
XYZ24.4119.0628.38-
YUV124.32138.55154.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.66%
GREEN value IS 102 (40.23% from 255) = 25.12%
BLUE value IS 143 (56.25% from 255) = 35.22%
R=39.66%
G=25.12%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110214300.370.110.37318.3123.8951.57
HexA1668F025B2513e1834
Octal24114621704513454763064
Binary101000011100110100011110100101101110010110011111011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1668F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1668F; }

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

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

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

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

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

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

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

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