#A17890

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

Shades of Mountbatten Pink #A17890

Tints of Mountbatten Pink #A17890

Color information

#A17890 (or 0xA17890) is unknown color: approx Mountbatten Pink. HEX triplet: A1, 78 and 90. RGB value is (161,120,144). Sum of RGB (Red+Green+Blue) = 161+120+144=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 120 (47.27% from 255 or 28.24% from 425); Blue value is 144 (56.64% from 255 or 33.88% from 425); Max value from RGB is 161 - color contains mainly: red. Hex color #A17890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17890 is #5E876F. Grayscale: #868686. Windows color (decimal): -6195056 or 9468065. OLE color: 9468065.

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

Color convert

RGB161120144-
CMYK00.250.110.37
HSL324.88º17.9%55.1%-
HSV(B)324.88º25.47%63.14%-
XYZ26.4523.0229.44-
YUV135133.08146.55-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.88%
GREEN value IS 120 (47.27% from 255) = 28.24%
BLUE value IS 144 (56.64% from 255) = 33.88%
R=37.88%
G=28.24%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112014400.250.110.37324.8817.955.1
HexA17890019B251451237
Octal24117022003113455052267
Binary10100001111100010010000011001101110010110100010110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17890; }

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

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

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

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

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

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

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

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