#A17690

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

Shades of Mountbatten Pink #A17690

Tints of Mountbatten Pink #A17690

Color information

#A17690 (or 0xA17690) is unknown color: approx Mountbatten Pink. HEX triplet: A1, 76 and 90. RGB value is (161,118,144). Sum of RGB (Red+Green+Blue) = 161+118+144=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 161 - color contains mainly: red. Hex color #A17690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17690 is #5E896F. Grayscale: #858585. Windows color (decimal): -6195568 or 9467553. OLE color: 9467553.

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

Color convert

RGB161118144-
CMYK00.270.110.37
HSL323.72º18.61%54.71%-
HSV(B)323.72º26.71%63.14%-
XYZ26.2122.5529.36-
YUV133.82133.75147.39-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.06%
GREEN value IS 118 (46.48% from 255) = 27.90%
BLUE value IS 144 (56.64% from 255) = 34.04%
R=38.06%
G=27.90%
B=34.04%

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
Decimal16111814400.270.110.37323.7218.6154.71
HexA1769001BB251441337
Octal24116622003313455042367
Binary10100001111011010010000011011101110010110100010010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17690; }

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

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

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

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

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

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

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

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