#A17190

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

Shades of Mountbatten Pink #A17190

Tints of Mountbatten Pink #A17190

Color information

#A17190 (or 0xA17190) is unknown color: approx Mountbatten Pink. HEX triplet: A1, 71 and 90. RGB value is (161,113,144). Sum of RGB (Red+Green+Blue) = 161+113+144=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 113 (44.53% from 255 or 27.03% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 161 - color contains mainly: red. Hex color #A17190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17190 is #5E8E6F. Grayscale: #828282. Windows color (decimal): -6196848 or 9466273. OLE color: 9466273.

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

Color convert

RGB161113144-
CMYK00.300.110.37
HSL321.25º20.34%53.73%-
HSV(B)321.25º29.81%63.14%-
XYZ25.6421.429.17-
YUV130.89135.4149.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.52%
GREEN value IS 113 (44.53% from 255) = 27.03%
BLUE value IS 144 (56.64% from 255) = 34.45%
R=38.52%
G=27.03%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111314400.300.110.37321.2520.3453.73
HexA1719001EB251411436
Octal24116122003613455012466
Binary10100001111000110010000011110101110010110100000110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17190; }

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

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

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

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

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

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

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

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