#A17694

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

Shades of Mountbatten Pink #A17694

Tints of Mountbatten Pink #A17694

Color information

#A17694 (or 0xA17694) is unknown color: approx Mountbatten Pink. HEX triplet: A1, 76 and 94. RGB value is (161,118,148). Sum of RGB (Red+Green+Blue) = 161+118+148=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 148 (58.20% from 255 or 34.66% from 427); Max value from RGB is 161 - color contains mainly: red. Hex color #A17694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17694 is #5E896B. Grayscale: #868686. Windows color (decimal): -6195564 or 9729697. OLE color: 9729697.

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

Color convert

RGB161118148-
CMYK00.270.080.37
HSL318.14º18.61%54.71%-
HSV(B)318.14º26.71%63.14%-
XYZ26.5222.6731-
YUV134.28135.75147.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.70%
GREEN value IS 118 (46.48% from 255) = 27.63%
BLUE value IS 148 (58.20% from 255) = 34.66%
R=37.70%
G=27.63%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111814800.270.080.37318.1418.6154.71
HexA1769401B82513e1337
Octal24116622403310454762367
Binary10100001111011010010100011011100010010110011111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17694; }

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

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

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

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

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

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

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

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